Both C and C++ are allowed. Solving problems with other languages (e.g. python, java) are forbidden, otherwise you'll get zero point.
Paper references, electronic devices, or other items that may contain any information relative to this exam are not allowed.
Before leaving, please tell TAs and sign your name as a record and leave.
The score of each problem is shown below:
12521: (4, 1) points
12469: (6, 3) points
12535: (6, 3) points
12825: (8, 0) points
Your score will be sum of the first score of one problem you submitted and the second score of another problem you submitted.
For example, if you get accepted at problem 12521 and 12825, your score will be max(4+0, 8+1)=9.
However, answering multiple problems will not increase your score. We will only pick the two problems with highest possible score.
If you get partially correct in a problem, your score of the problem will be
score of the problem * number of testcases you passed / number of testcases
For example, if score of a problem is 10, which contains 6 testcases, and you pass the 3 testcases, you'll get 10*3/6=5 points on this problem.