Hi,i'm doing a problem and using gsl for it.to compile the c program, i need to give flags -lgsl -lgslcblashow can i give these flags on SPOJ because its giving compilation errorThanksmanoj
I'm afraid you can't use nonstandard libraries like GSL. You'll have to solve the problem without it.