The current method of marking scheme only rewards points if you pass all the test cases. But I think it would be better if it provided partial marks for all the passed test cases.
For example if the judge has 20 test case files, then for every test case you should be awarded some marks like 100/20 = 5 points for passing each of the test case or something like that.
The point is - one should be awarded more points, or at least some points, if one was able to get AC in almost all the test cases as opposed to someone who couldn’t or, even better, someone who didn’t even try that question/subtask.
Also, the person who could pass all the test cases will be anyway ahead of those who couldn’t so its not unfair to anyone.
Just a thought. What do you guys think?