Wrong answer for every test case

I downloaded all the test cases, checked it, every answer is correct. but when I submit it , it says wrong answer to every test case.

my code: https://ide.codingblocks.com/s/237719

hi @prateek_5 suppose the input is
2
300 30
then the expected output is 30300 but this program gives output as 30030 so you have to take care of cases like these to pass.

1 Like

Got the point. Thank you :slight_smile:

1 Like

@prateek_5 please mark the doubt as resolved :slight_smile: