I was trying to solve the simple Input challenge and i wrote this code: https://ide.codingblocks.com/s/332319
It passes 3 test cases but is not able to pass one test case. I’m not able to understand why. Please Explain.
My code shows same error for
1
2
88
-89
49
while no error for
1
2
88
-100
49
