String sort in c++

why im getting error in test case 2 ?
my code totally working fine on ide as well as on text editor but not passing 1 test case

Hey @dhanshree_p18
N<=1000 so increase array size to 1000 instead of 100
If this resolves your query then please mark it as resolved :slight_smile:

thank you for your fast reply… it worked !!

1 Like