GoCF
GoCF copied to clipboard
Contest parser for codeforces.com
GoCF
Contest parser for codeforces (only C++)
Requirements
- Python v3
- Python Beautiful Soup
- Colorama
Tested on Linux Ubuntu 20.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 as624_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,
adcfand enter problem code.
