Help regarding CSEQ [April Challenge]?

I was not able to solve this problem during contest, but this is my CSEQ code
iaqmIp - Online C++ Compiler & Debugging Tool - Ideone.com

codechef solution link → CodeChef: Practical coding for everyone

I cant figure out why there is error in program.

Can anyone please help me, as, this is not getting accepted now ?

Thanks.

you are calculating wrong Combinatorial(n,r) you had to calculate combinatorial( (r-l+1),(n+ r-l+1))-1.