There are some problem that need to fix after Codeforces change their html.
A command-line tool for testing and submitting problem in codeforces.
- login
Enter your handle, password to login codeforces
- logout
- (contest|gym) init URL
Before starting a contest, go to your working directory, use this command to init the directory to target contest with its URL
- submit problem lang_compiler [source]
submit source code to codeforces
if source is not specified, will submit the file with problem number and lang extension e.g codeforces submit A g++ - will submit A.cpp
- test problem [exec]
if exec is not specified, will use "a.out" use this command to test your code with sample-test
- submission
show your submission result
- not implement yet