Блог пользователя twoplusthree

Автор twoplusthree, история, 11 месяцев назад, По-английски

Hello Codeforces!

I noticed that many online ICPC problem archives (specifically codedrills.io, which hosts the official ICPC contests for Asia-West) do not provide an option for virtual participation.

Thus, while attempting to practice those rounds out-of-contest, it became quite tedious to manually keep track of submission times and verdicts in order to calculate total Time Penalty.

In order to make this process easier, I wrote a basic GUI Application in Java to keep a record of submissions and automate calculation of scores. It also features a contest timer and an ICPC-style dynamic scorecard to provide a simulated contest environment.

start_new_contest_dialog_screenshot

contest_window_screenshot

Link to GitHub repo: https://github.com/de-upayan/icpc-scorer

Do let me know your suggestions and feedback in the comments!

  • Проголосовать: нравится
  • +56
  • Проголосовать: не нравится

»
11 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by twoplusthree (previous revision, new revision, compare).

»
11 месяцев назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

can I use it on codeforces gyms?

  • »
    »
    11 месяцев назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится

    Yes. It's a manual scorer where you have to personally record each submission, so you can technically use it for problems on any platform.