My approach- I stored all the subsequences in a ‘set’. And after that i printed the length of set so that the same subsequence will be eliminated. But i am getting runtime error for strings of length>3
my code link- https://ide.codingblocks.com/s/68462
