How to Submit Your Homework
STU.ipv6.club.tw
After you have tested your C++ program and believe it is ready for
evaluation, you may follow the following procedure to submit your
program, and check whether it passes the tests immediately.
-
Suppose your source program is "hw.cpp".
- Type the command "submit hw.cpp as HW01".
Please note the last argument must be exactly the same as specified.
It cannot be lowercase "hw01". It cannot be "HW1". Incorrect homework
id will be rejected.
- Your program will be verified by a robot. If it contains syntax
errors, it will be rejected right away.
- If your program can be compiled successfully, then the robot will
continue the next step
and run your program with a few test data. If all test data generate
expected results, you will be notified by an email with subject
"Re: HW01", and the mail body will simply be a message "Passed".
- To check your emails on BSD10, type the command "mail" or "mutt".
- For more information about these two mail agents, please read
FreeBSD Handbook
28.10. Mail user Agents