Unusual Error Message in GNU C++17(64)

Revision en3, by Prabhi, 2020-04-08 23:14:05

In the latest rated contest i.e., Codeforces Round #632 (Div. 2)

I submitted a solution for question B, Contest link wherein I had declared arrays globally with a size 10^4+10 instead of 10^5+10 and it gave TLE on pretest 3. Here's the link to my submission

However, on submitting the same code with GNU C++14 and GNU C++17, I got the much expected result RE. Here's the link to the RE one

Can anyone explain as to why this happened?

Also, I would like MikeMirzayanov to look into this.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Prabhi 2020-04-08 23:14:05 0 (published)
en2 English Prabhi 2020-04-08 23:13:02 8 Tiny change: 'stion B, [link](http' -> 'stion B, [Contest link](http'
en1 English Prabhi 2020-04-08 23:12:13 729 Initial revision (saved to drafts)