WA (c++14) to AC (c++17), same code

Revision en3, by Jomax100, 2019-07-28 11:21:05

As the title suggests, I submitted the identical source code, which in my environment and in c++17 gives the right answer, but in c++14 it gives WA. I am aware this usually involves some sort of default initialization, but I believe my codes does not rely on that. I appreciate your help and insights as to what might be happening!

WA

AC

Two editorials for this problem, but I followed this one

Tags debug, unknown error, c++, c++14 vs c++17

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Jomax100 2019-07-28 11:21:05 0 (published)
en2 English Jomax100 2019-07-28 11:20:48 4
en1 English Jomax100 2019-07-28 11:20:33 596 Initial revision (saved to drafts)