Skip to content

Includes templates, script to download and verify test cases

Notifications You must be signed in to change notification settings

vigneshwaran/competitive-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitive-programming

Templates

for i in {A..H}; do cp template.cpp $i.cpp; done

Downloading test cases

python fetchproblem.py --idx=A --contest=1332
  • --idx - problem index
  • --contest - contest id

Comparing test cases

bash compile.sh file.cpp 
  • file.cpp - solution code.

About

Includes templates, script to download and verify test cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published