Count umber of binary strings

Giving error for two test cases
Code link: https://ide.codingblocks.com/s/160300

Hello @raj.bmp.333

Change “int” to “long long int” because the answer is exponential.
Here is the modified code.