Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 797 Bytes

File metadata and controls

12 lines (11 loc) · 797 Bytes

Solution of Coding Tests

Utility

Baekjoon

  • make_template.sh: Make template folder with problem id. It has two files: solution.cc and testcase.json.
  • compile.sh: Compile given file(default: solution.cc) with Baekjoon's compile option. Out file is [given file without extension].
  • test_testcase.py: Test given binary(default: solution) with given test cases(default: testcase.json) and show result.
  • clean.sh: Delete every executed file with "solution*".