Will your rating drop because of the position change?
# | User | Rating |
---|---|---|
1 | tourist | 3671 |
2 | jiangly | 3653 |
3 | Um_nik | 3629 |
4 | Benq | 3513 |
5 | ksun48 | 3486 |
6 | MiracleFaFa | 3466 |
7 | slime | 3452 |
8 | maroonrk | 3422 |
9 | Radewoosh | 3406 |
10 | greenheadstrange | 3393 |
# | User | Contrib. |
---|---|---|
1 | awoo | 187 |
2 | YouKn0wWho | 182 |
3 | -is-this-fft- | 181 |
4 | Monogon | 177 |
4 | Um_nik | 177 |
6 | antontrygubO_o | 170 |
7 | maroonrk | 167 |
8 | adamant | 164 |
9 | SecondThread | 162 |
10 | SlavicG | 161 |
Will your rating drop because of the position change?
Name |
---|
if I made 50+ wrong submissions on div2A will I get negative delta for that problem even if I solve it
no, you won't lose points for solving a problem.
You get a minimum of 30% of the full number of points if you solve a problem, regardless of the time and the number of wrong submissions, if it is div2.
Every problem has a minimum points for AC associated with them, so regardless of how many WA you do you will get those minimum points at least. For a problem worth 500 points, usually points allotted to Div2A.
$$$Mathematically,$$$
$$$points$$$ $$$you$$$ $$$receive$$$ $$$=$$$ $$$max(150, 500- loss$$$ $$$due$$$ $$$to$$$ $$$time$$$ $$$- 50*WA) $$$
If your submission is hacked during the contest or in 12 hour long hacking phase of a contest like in the case of a Div 3 or Edu Round then yes your rank will fall. If your submission fails system testing then also the rank will fall.
However, if the submission passes system testing and the system testing is 100% over and an individual manages to hack your submission after all this then your rating will not fall. For example check this submission, the guy got hacked after the contest but since passed all system testing his rating changes were unaffected.
https://codeforces.com/contest/1549/submission/124582179
Well then, can you please offer to tell if my rating will fall? I am hacked after contest, but because there is an "invalid system test" in B, all of the submissions got retested, and that hack-data is included in the system test, resulting in an FST. I am a little bit disturbed and wondering if my rating will fall dramatically.