__Wind's blog

By __Wind, history, 7 years ago, In English

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.

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

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
7 years ago, # |
  Vote: I like it +1 Vote: I do not like it

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