Skip to content

anatolyefimov/cf-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces command-line interface

anatolyefimov

Install

$ export PATH=$PATH:$(go env GOBIN)
$ go build $(go env GOBIN)/cf

Usage

сf login                               Login to Codeforces. Note that password is entered in silence mode.
cf enter <contest-id>                  Entering the contest with this id.
сf submit <id|index> <path-to-source>  The command send the solution to the problemset, 
                                       if before that the user entered the contest using 'cf enter', 
                                       otherwise  it will send by the index of the corresponding contest.
cf help                                Get help

About

Codeforces CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages