Problem - string compression

2 test cases failed.

Run your code for:
aaabbab

Expected output:
a3b2a1b1

Hope, this would help.

1 Like

Okay I got it
Thanks!!