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

Автор __Wind, история, 7 лет назад, По-английски

Hi all,

Recently I have written some small scripts which can parse a Codeforces contest, download all the sample cases and auto-test your code.

Basically it's doing the same thing with Hightail but it's specialized to terminal and cpp users and much more light-weighted.

You can find the project here.

And you can refer to the README files for instruction of how to use it.

Thanks.

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

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

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

»
7 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Another contest parser is GoCF, I've tested it and it's really good.