https://hack.codingblocks.com/contests/c/537/100
my code-https://ide.codingblocks.com/s/40889
I am generating subsequences and checking if they are prime/CB numbers
But the problem is when I am using stoi func, substrings, for eg- “98”, is getting converted to digits-“9”, “8”, separately and not as a single number
Pls help, thanks!