Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 344 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 344 Bytes

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.