Skip to content

A CLI bot to fetch IO and verify output of problems with ONLINE JUDGE solution

Notifications You must be signed in to change notification settings

nikhilreddydev/codeforces-contest-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeforces-contest-parser

A CLI bot to fetch IO and verify output of problems with ONLINE JUDGE solution

Requirements

node install

colordiff - $ sudo apt install colordiff

Istallation

git clone THIS_REPO

cd codeforces-contest-parser

npm install

chmod u+x run.sh

Usage

node script.js CONTEST-NO

Code the solution in the auto-generated sol.cpp file in each problem directory

./run.sh PROBLEM

If all the test cases are passed, no output is showed. Else the diff of required output is displayed.

About

A CLI bot to fetch IO and verify output of problems with ONLINE JUDGE solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published