Correct output on my PC, but different and incorrect CF server?

Revision en1, by arnthorla, 2022-08-10 17:26:32

I'm really stumped as to why my program outputs '3' on the test server but '4' on my computer.

I even tried to hardcode my solution to output '4' when it encounterd the test case, and that worked. But then interestingly I encounterd a very similar wrong answer in the 3rd batch of tests where my program output '4' but should have output '3'.

I find it kind of strange that in both cases it involves '3' and '4'.

This is my most recent submission: https://codeforces.com/contest/1485/submission/167766068

I'm compiling using: g++ -std=++17 -Wall

Thank you for any suggestions or ideas.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English arnthorla 2022-08-10 17:26:32 730 Initial revision (published)