Strange c++ error

Revision en1, by Dannypa, 2021-12-29 00:13:24

Hello, I was trying to solve a problem 1615E - Purple Crayon from the latest Global round, and my solution is somehow failing at the first big test. I get RE with exit code 2147483647 (I assume it is -1, but fitted in unsigned int type). Can someone please tell what could be the reason of the error?

Here is my submission: 140965891

Sorry for a very specific question, but i've checked my code multple times and haven't found anything suspicious.

Tags runtime error, cpp

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Dannypa 2021-12-29 00:13:24 480 Initial revision (published)