Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 247 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 247 Bytes

NCTU_OJ_tools

add_problem

python3 add_problem.py <problem-title>

rm_problem

python3 rm_problem.py <problem-id>

upload_testcase

python3 upload_testcase.py <problem-id> <file_testcase.in> <file_testcase.ans>