codeforces icon indicating copy to clipboard operation
codeforces copied to clipboard

Codeforces - Algorithm Solutions

Results 3 codeforces issues
Sort by recently updated
recently updated
newest added

Instead of using nested for loops and comparing each element of the string with every other element, I used sets (#include). Since we don't care about the order of the...

add #include in your code.