[ Updated ] GoCF — A Codeforces contest parser

Revision en4, by Sukeesh, 2016-06-30 20:25:18

GoCF

Contest parser for codeforces (only C++)

Github link : https://github.com/sukeesh/GoCF

Requirements

Tested on Linux Ubuntu 14.04, Elementary OS Freya.

Installation

  • Run ./install.sh

Usage

  • After the contest begins, fire up your terminal and type incf
  • Now, enter the contest code
  • GoCF will now download the test cases for you!
  • Now, for example let us take contest code as 624, name your problems as 624_A.cpp, 624_B.cpp, . .(Case sensitive)
  • Code in your favourite editor.
  • now, for testing your solution just gocf 624_A.cpp.
  • If you want to add a custom test case, adcf and enter problem code.

Asciinema

asciicast

EDIT

Added 'add Custom test case' feature and install script.

© [ Sukeesh ]

Tags codeforces, contest, c++

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English Sukeesh 2016-06-30 20:25:18 1145 Tiny change: '588)\n\n##That's it.\n\n##EDIT' -
en3 English Sukeesh 2016-02-25 23:15:33 12
en2 English Sukeesh 2016-02-25 21:10:05 584 added new cool stuff!
en1 English Sukeesh 2016-02-14 12:03:23 1490 Initial revision (published)