I am getting a Runtime error 69696816 and i can not understand why any help please. this is the problem https://mirror.codeforces.com/contest/1092/problem/E (excuse me for my poor english)
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
I am getting a Runtime error 69696816 and i can not understand why any help please. this is the problem https://mirror.codeforces.com/contest/1092/problem/E (excuse me for my poor english)
Name |
---|
Change >= in the cmp function to >
I did a little search to find you some valuable info: here
Edit: Oh, and also, you can pretty much figure out the errors in your code by scrolling to the bottom of your submission and clicking "Check Details" to see the test case your code fails at and maybe a reason as to why it failed ("out of bounds", etc).
Have a good day :)
I think the valuable info you should link is this :P.