Wrong answer submission and Accepted submission
You can compare them, the only difference is that the Wrong answer submission has an extra cin.tie(0)->sync_with_stdio(0);
I didn't use cin
and cout
, just fread
and fwrite
.
Can someone tell me if there is something wrong with my usage or a compiler bug.