https://ide.codingblocks.com/s/61041 please check it pass only one test case…
Tilling problem using recursion one test case pass
help here please i am waiting
Hi Neeraj, please share the link of the problem.
this is not resolved
Hi Neeraj, you may have not noticed but it is written in the problem statement in the Explanation section that
you have to print ans % (10^9 + 7 ) as output in new line for every testcase.
pls make this change and hence also change the data type of the variable storing answer to long long int instead of int.
Hooe this helps 