My submission https://codeforces.me/contest/1148/submission/55003775 is getting runtime error on testcase 43 . But the same submission is giving correct answer on other online ide's like online gdb . Please someone look into it .
My submission https://codeforces.me/contest/1148/submission/55003775 is getting runtime error on testcase 43 . But the same submission is giving correct answer on other online ide's like online gdb . Please someone look into it .
Auto comment: topic has been updated by venkycodes (previous revision, new revision, compare).
The standard answer: Run your code in custom invocation and debug there.
Checker comment: Exit code is 1
you should return 0 but not 1
use return 0 , in line 53 … replace of return 1 ;