Homework
Last updated
Last updated
Please don't include any extra libraries in your homework. We already included all necessary libraries in the skeleton code.
Submission due date: 5 Oct 2024(Sat) 23:59
Submission method: ZINC
Rename your file as
main.c
Then directly compress to zip and submit the zip file into the appropriate assignment of ZINC. You can name your zip file anything you want.
You have unlimited attempts to upload your code and test on ZINC. However, ZINC might need a long time to grade your work when the deadline is near. So, you are recommended to submit your work early.
There are hidden test cases for all homework assignments. You should find your own test cases to test instead of relying on the test cases on ZINC.
If you run into any problems with ZINC, feel free to reach out to our team members on Discord.
We expect everyone to complete all normal tasks. You can ask our team members to teach you the normal tasks if you have no idea how to do them.
We expect only a few of you to finish all advanced tasks, but you should still try them because those who could not get any score in advanced tasks will have a high chance of NOT getting into the next phase.
Download the zip file
Compile your main.c
redirect input file to the executable program
In MasOS or Linux
In Windows
After that, you can compare the output file with vs code or online code difference checker https://www.diffchecker.com/
You follow the input.txt file and input them one by one.
After that, you may use an online code difference checker as well.