Simple workplace to perform autotesting for contests on Codeforces.
- Setup your workspace with
generate-src.sh. - Download tests from codeforces website for specific contest using
grabtests.py. - Code &
make& run & enjoy. - Add custom tests to
custom_tests.cpp.