Skip to content

kshs010239/cftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERROR

There are some problem that need to fix after Codeforces change their html.

cftool-0.1

A command-line tool for testing and submitting problem in codeforces.

handle

login

  • login

Enter your handle, password to login codeforces

logout

  • logout

for contest/gym

contest/gym init

  • (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

  • 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

  • test problem [exec]

if exec is not specified, will use "a.out" use this command to test your code with sample-test

submission

  • submission

show your submission result

for problemset

  • not implement yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published