Problem with compilers

Revision en1, by lovrebuca, 2022-01-22 20:46:28

I was solving the round #757(Div. 2), and finished problem B, and submitted my solution around one hour into the contest. I was pretty sure that my solution was correct and when submitting it, I got a wrong answer. It turned out that it was because I was using the C++20 complier instead of the C++17 which I usually use. At the end of the contest i submitted the code with the C++17 compiler and it turned out to be correct. I'd like if someone could look into that because i could have probably solved C if it wasn't for the bug that kept me stuck at problem B.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English lovrebuca 2022-01-22 20:46:28 587 Initial revision (published)