lightoj-dev / bugs-and-features

This repository is only for tracking bugs and feature requests on LightOJ
14 stars 1 forks source link

What is this ? #180

Closed jeyincanada closed 1 year ago

jeyincanada commented 1 year ago

What does these numbers 1(11) etc indicates? Please see the attached screenshot. lightOJQuery

faiyaz26 commented 1 year ago

Number of submission before getting accepted (Time Penalty).

Time penalty calculation happens according to ACM ICPC rule

he time consumed for a solved problem is the time elapsed from the beginning of the contest to the submittal of the first accepted run plus 20 penalty minutes for every previously rejected run for that problem. There is no time consumed for a problem that is not solved

https://icpc.global/regionals/rules#:~:text=The%20time%20consumed%20for%20a,problem%20that%20is%20not%20solved.