Skip to content

JTJL/CodeforcesHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeforcesHelper

Twitter

CodeforcesHelper is a small tool for codeforces contest.

Generate code template for each problem

You can simplily use this to generate:

python3 ContestGenerator.py -c 1097 -l c++17

use -c to specify the contest id and -l to specify the language you want to use(C++17 in default). Also, you can add your own language template into template directory.

Fetch sample tests from the contest

The script above will automatically fetch all the sample tests from the contest.

Generate test scripts for each problem

TODO

About

A small tool for codeforces contest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published