Hello. I recently stumbled upon this error which I thought was not the cause of my code failing in this problem:1695B - Circle Game.
My old submission: 207490372 (GNU C++ 17, WA).
My latest submission: 207493578 (GNU C++ 17, AC).
The subtle difference between these two pieces of code is that the else-statement was replaced with an if-statement, with the exact opposite condition of the if-statement above it. Also, i % 2 can either be 0 or 1 only. If that's not it, please correct me where I am going wrong (the error is somewhere else).