c-and-j's blog

By c-and-j, history, 3 months ago, In English

I noticed some paricipants commenting "Where is my problem X?" and feedbacks like this blog after Codeforces Round 921 (Div. 2) finished system test. Then I investigated their submissions during the contest, and finding their last "Pretest passed" submissions remain untested by main tests AFTER the contest. Pretest passed submission

More such submissions can be seen by filtering all "Accepted" submissions during the contest and sorting by judging time. More submissions

Is there any reason for this?

UPD: It seems to be fixed.

Full text and comments »

  • Vote: I like it
  • +3
  • Vote: I do not like it

By c-and-j, history, 7 years ago, In English

Rating Page blocked by admin

UPD:

Now it is unblocked. Thanks Codeforces team.

Full text and comments »

  • Vote: I like it
  • +17
  • Vote: I do not like it

By c-and-j, history, 8 years ago, In English

I have just submitted my solutions to 691D - Swaps in Permutation from Educational Codeforces Round 14. They are 19226396, 19226642 and 19226815.

Test #2 is

1 1
1
1 1

I ran my solutions on my machine, compiled with standard command line (g++.exe -static -fno-optimize-sibling-calls -fno-strict-aliasing -DONLINE_JUDGE -lm -s -x c++ -Wl,--stack=268435456 -O2 -o D.exe D.cpp). They all output 1. However, they all got RTE on Codeforces online judging system.

Is there a bug on Codeforces or are my solutions wrong?

Full text and comments »

  • Vote: I like it
  • -15
  • Vote: I do not like it