Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.16 KB

joj_project_submission.md

File metadata and controls

51 lines (26 loc) · 2.16 KB

Submit your VE280 project solution to Joint Online Judge (JOJ)

1. Join JOJ

  • You may need to log in your jAccount first.

2. Choose a project

  • On the "Main" page or "Homework" page, you can see a list of homework. Though some homework is visible, the content is disabled. For now, please click "Lab One: Linux and Review of C++".

    1

  • Please click "Claim Homework" on the project page.

    JOJClaim

3. Submit your solution

  • Once you've finished the lab, please compress your code into a tarball and submit it to JOJ. For Lab One, Exercise One, the tarball contains only ex1.sh. You can make it with the following command in your terminal:

    tar -cvf ex1.tar ex1.sh
    
  • Note that the problem is not visible till the time it releases. Open the project page again and click Problem #1: "Lab 1 Ex1: Scripting Web Server".

    JOJproblem

  • Click "Submit" on the problem page. (Please just omit the difference between your page and TA's)

    4

  • Select ex1.tar and click "Submit". Please do not submit ex1.sh directly.

    JOJsubmit2

4. View the submission result

  • After your submission, the grading results will be automatically displayed. If your solution is not "Accepted" for any test case, please try to debug and improve your solution, then submit it again. You have unlimited chances for submission. Please notice this is only a pretest with 5 test cases. After the due date of Lab One, TAs will run the complete test suite which contains other cases. We strongly encourage you to design your own test suite and take every corner case into consideration. Good Luck!

    6

Acknowledgement