Here's how we score your solutions based on the number of re-submissions.
Rmax = Max number of re-submissions allowed
R = No of re-submission
Score = Score - ((50% of Score / Rmax) * R )
How does the scoring work?
- When solution is submitted for the first time, maximum score allotted for the problem would be given
- On every re-submission, 2% of the max score will be deducted from the score
Note : Maximum number of re-submission allowed for now is 25
Example case:
Max score for the problem = 100 points
Max number of re-submissions allowed = 25
Solution submitted for 1st time
- If solution is correct:
You would be rewarded 100 points. Re-submission count would be reduced by 1 (i.e)., 24
- If solution is wrong
You would be rewarded 0 points. Re-submission count would be reduced by 1 (i.e)., 24
Solution submitted for 2nd time
- If solution is correct
You would be rewarded 98 points. Re-submission count would be reduced by 2 (i.e)., 23
- If solution is wrong,
You would be rewarded 0 points. Re-submission count would be reduced by 2 (i.e)., 23
Solution submitted for 25th time
- If solution is correct
You would be rewarded 50 points. Re-submission count would be reduced by 25 (i.e)., 0
- If solution is wrong,
You would be rewarded 0 points. Re-submission count would be reduced by 25 (i.e)., 0
Note : You can't re-submit more than the allowed number of times.
Comments
0 comments
Please sign in to leave a comment.