In problem D. Mahmoud and Ehab and the binary string my submissions are failing with "wrong answer Couldn't find an answer" :( My last try is this. I checked other users solutions, but I can't find what is wrong with my code.
№ | Пользователь | Рейтинг |
---|---|---|
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 | 156 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
In problem D. Mahmoud and Ehab and the binary string my submissions are failing with "wrong answer Couldn't find an answer" :( My last try is this. I checked other users solutions, but I can't find what is wrong with my code.
Название |
---|
Hello,
Just analysed your code a bit and submitted it after one modification : Submission after code Edit
I've just inversed the positions in the printf. You need to recheck your find_one & find_zero ...
I was sure that it is caused by "Couldn't find an answer". Apparently this error message means "wrong answer" OR "Couldn't find an answer", not AND.
Thank you for help.