Tilling problem using recursion one test case pass

https://ide.codingblocks.com/s/61041 please check it pass only one test case…

help here please i am waiting

Hi Neeraj, please share the link of the problem.

@khushboo Tilling Problem - II https://hack.codingblocks.com/contests/c/547/1045

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 :smile:

@proRram thanks buddy it’s works