After CF Educational 136 about 4000 solutions were hacked in two hours. What the hell is that? Could anyone explain, how it's possible? Is the problem with 4000 solutions or with the system testing?
# | User | Rating |
---|---|---|
1 | Benq | 3783 |
2 | jiangly | 3666 |
3 | tourist | 3611 |
4 | Um_nik | 3536 |
5 | inaFSTream | 3477 |
6 | fantasy | 3468 |
7 | maroonrk | 3464 |
8 | QAQAutoMaton | 3428 |
9 | ecnerwala | 3427 |
10 | Ormlis | 3396 |
# | User | Contrib. |
---|---|---|
1 | Um_nik | 185 |
2 | adamant | 177 |
2 | awoo | 177 |
4 | nor | 169 |
5 | maroonrk | 165 |
6 | -is-this-fft- | 164 |
7 | antontrygubO_o | 155 |
8 | ko_osaga | 151 |
8 | dario2994 | 151 |
10 | SecondThread | 149 |
After CF Educational 136 about 4000 solutions were hacked in two hours. What the hell is that? Could anyone explain, how it's possible? Is the problem with 4000 solutions or with the system testing?
Name |
---|
Auto comment: topic has been updated by H3X460N157 (previous revision, new revision, compare).
When you have hacks part in contest tests in problems usually weak. That’s why a lot wrong solves were accepted. This is because hacks part, if tests will be strong then you wouldn’t has ability to hack
Testers suck really hard
tests were weak + alot of people in problem B were hacked due to a simple mistake since the diffrence between the previous sum and current element in array d should be >= 0 and d[i] != 0 then ans = -1 because basically if this happened you can use in this index in answer two diffrent elements which will make the answer not unique but most did it > 0 so basically case 2 6 8 for example they will fail because 2+6 = 8 and 8-8 = 0 and ans should be equal -1. i used this test to hack 14 people.
i was hacked in B due to this
I agree. I was hacked too due to this. I regret it lol