Skip to content

Codeforces automatic judging without submission script

Notifications You must be signed in to change notification settings

s-ankur/checkpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

checkpy

A Script to automatically test your submission on codeforces problemset. The testing is done locally. Supports executables and .py files especially. Only does the example testcases for now. Automatically downloads the testcases and test your program on them. Reports wrong answers with specific information

Usage:

Launch the program
python check.py <contest number> <problem code>
Eg:
python check.py 114 A Enter the filename and if needed, the problem number. Hint: Include a comment containing the url of the problem in a comment in source code file so you dont have to enter the problem number.

About

Codeforces automatic judging without submission script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages