call_me_mc's blog

By call_me_mc, history, 3 years ago, In English

HELP!!

I tried submitting my solution for a recent problem 124754097 but it failed in example test case. it shows correct output in my system but not after I submit it. I am asking for genuine help.

$$$EDIT$$$ : Found the bug.

  • Vote: I like it
  • -2
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +1 Vote: I do not like it

such cases usually happen (as far as I have faced) due to assignment error ie. leaving a variable or array index unassigned or not declaring it globally.

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by call_me_mc (previous revision, new revision, compare).