This is actually a SPOJ problem: WAYS
Now this is a very easy task what we need to do is to compute the Central binomial coefficients.
Howver the problem setter include a very notorious source limit of 120 bytes,so my question is how to get pass that source code limit in the languages that are allowed?