RUNTIME_ERROR with exit code 2147483647 / double free or corruption (out) ?

Revision en1, by harkirat, 2020-04-24 03:37:21

Hello!

Can anyone explain why my submission: 77862595 to the problem: 1340B - Nastya and Scoreboard is giving a RUNTIME_ERROR with exit code 2147483647 ? It works correctly on my macOS's Zsh terminal.

I tried to get a better understanding using a few online compilers:

  1. cpp.sh Exit code: 0 (normal program termination)

  2. onlinegdb.com *** Error in `./a.out': double free or corruption (out): 0x00000000024daec0 *** ( Note: the address is different every time)

  3. repl.it double free or corruption (out) exited, aborted

Tags runtime error, mysterious runtime error, #dynamic programing, corrupted, corruption, debugging

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English harkirat 2020-04-24 03:37:21 641 Initial revision (published)