- copy
template.env
to.env
and replaceJUDGE_URL
with the real judge server url
cp template.env .env
# replace `JUDGE_URL` with the real judge server url
- Replace
STUDENT_ID
with your student id inMakefile
STUDENT_ID=YOUR_STUDENT_ID
- Zip the homework folder
make zip HW=HW1 # switch to HW2, HW3 ... to zip other homework folder
# STUDENT_ID.zip will be generated
- Submit the zip file to Online Judge
make judge HW=HW1 # switch to HW2, HW3 ... to submit other homework