s-ankur / checkpy

Codeforces automatic judging without submission script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%