For many of the contests, it says that they will use "ICPC rules" or "extended ICPC rules." What does this mean?
| # | User | Rating |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3447 |
| 6 | Um_nik | 3387 |
| 7 | heuristica | 3322 |
| 8 | turmax | 3317 |
| 9 | tourist | 3307 |
| 10 | jiangbowen | 3291 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 156 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 142 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 135 |
| 8 | BledDest | 132 |
| 8 | maroonrk | 132 |
| 10 | qwexd | 129 |
For many of the contests, it says that they will use "ICPC rules" or "extended ICPC rules." What does this mean?
| Name |
|---|



ICPC (International Collegiate Programming Contest) is an annual programming contest for university students. The rule is that you'll have 5 hours to solve problems (about 10-16 problems), ranking is by solve count, penalty for breaking ties is by sum of minutes + 20 minutes per WA (only on problems that were ACed).
Extended ICPC rules is typically the rule that Educational rounds use, basically ICPC rules but with some changes. You get 2 hours for 6-7 problems, but the penalty is 10 minutes instead of 20, and WA on test 1 doesn't count towards penalty. But otherwise follow the same (more solves == better) + (penalty == sum of time) ruleset as in ICPC.