I Can't find error in my solution https://ideone.com/k5OTdF for the problem https://mirror.codeforces.com/gym/102942/problem/E. Can anyone give me any test case for which my code is wrong?
№ | Пользователь | Рейтинг |
---|---|---|
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 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
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 Can't find error in my solution https://ideone.com/k5OTdF for the problem https://mirror.codeforces.com/gym/102942/problem/E. Can anyone give me any test case for which my code is wrong?
Название |
---|
I was able to look at your submission through coach mode, and Codeforces has already told you where your code is probably going wrong. If you view your submission, there should be a big highlighted line saying
Probably, the solution is executed with error 'signed integer overflow' on the line 45
. I'd try fixing that first.Also just FYI, it makes it much easier for others to help you if you give a brief explanation of what your code does. Reading code is harder than reading an explanation of what the code is meant to do.