DeyaAbuElwan's blog

By DeyaAbuElwan, history, 4 years ago, In English

Can anyone explain why my submission: 145293133 to the problem: A. Snacktower is giving a RUNTIME_ERROR with exit code 2147483647 ? It works correctly on my Compiler.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

you have to input your "n" value before you initialize your array "a"

Like this