Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

[ Updated ] GoCF — A Codeforces contest parser 
Difference between en3 and en4, changed 1,145 character(s)
Hi, Codeforces.<br>↵
<p
# GoCF 

>Contest parser for codeforces ( only C++ )<br>↵

[Link to github repo](
)↵

Github link : 
https://github.com/sukeesh/GoCF) <br>↵


**


##
Requirements** <br>

1.* Python v2/3 <br>↵
2.

*
 [Python Beautiful Soup](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)<br>↵
3.* [Colorama](https://pypi.python.org/pypi/colorama)<br>↵

t>Tested on Linux Ubuntu 14.04<br>↵

#Screenshots<br>↵

![ WP ](http://i.imgur.com/pwYKpLs.png)↵
![ CE ](http://i.imgur.com/71DQ6iI.png)↵
![ TLE ](http://i.imgur.com/qSL2wGX.png)↵
![ WA ](http://i.imgur.com/jXQOdMu.png)↵
![ AC ](http://i.imgur.com/mLCsIaS.png)
, Elementary OS Freya.

##Instructions<br>↵

**How to install it?** <br>↵

- copy `gocf` and `incf` file to `/bin/` directory <br>↵
- give permissions to them by `sudo chmod 755 /bin/gocf` and `sudo chmod 755 /bin/incf` <br>↵
- Now create a directory in your `home` folder and name it `GoCF` <br>↵
- copy `Parse.py` from `GoCF_files` to `GoCF` and if neccessary do `chmod` <br>↵

**How to use it?** <br>↵
-
allation↵

* Run `./install.sh`↵

##Usage↵

*
 After the contest begins, fire up your terminal and type `incf` <br>
-* Now, enter the contest code <br>
-* GoCF will now download the test cases for you! <br>
-* Now, for example let us take contest code as `624`, name your problems as `624_A.cpp`, `624_B.cpp`, . .(Case sensitive)<br>
-* Code in your favourite editor<br>.
-* now, for testing your solution just `gocf 624_A.cpp` <br>↵

#Edit : <br>↵
- Supports all the contests! :) <br>↵
- now GoCF Compiles your soltion<br>↵
- detects TLE  [ timeout : `2 secs` ]<br>↵
- If Wrong Answer, shows `Input`, `Expected output` & `Received output` (easy debugging!)<br>↵


**That's it!**<br>↵
**Star it to show your support!** <br></p>↵
**Hope you guys like it!!**
.↵
* If you want to add a custom test case, `adcf` and enter problem code.↵

##Asciinema↵

[![asciicast](https://asciinema.org/a/50588.png)](https://asciinema.org/a/50588)↵

##EDIT↵
Added 'add Custom test case' feature and install script.↵

© [ Sukeesh ]

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)