I was solving problem F of ABC just now. And I got passed with long long
, but when I change the type into __int128_t
, it got wrong answer in most of the cases. Why is that?
# | User | Rating |
---|---|---|
1 | jiangly | 3977 |
2 | tourist | 3815 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3614 |
5 | orzdevinwang | 3526 |
6 | ecnerwala | 3514 |
7 | Benq | 3483 |
8 | hos.lyric | 3381 |
9 | gamegame | 3374 |
10 | heuristica | 3358 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | -is-this-fft- | 162 |
3 | Um_nik | 161 |
4 | atcoder_official | 159 |
5 | djm03178 | 157 |
5 | Dominater069 | 157 |
7 | adamant | 154 |
8 | awoo | 152 |
8 | luogu_official | 152 |
10 | TheScrasse | 148 |
What happened with __int128_t?
I was solving problem F of ABC just now. And I got passed with long long
, but when I change the type into __int128_t
, it got wrong answer in most of the cases. Why is that?
Rev. | Lang. | By | When | Δ | Comment | |
---|---|---|---|---|---|---|
en6 | 0x0002 | 2024-06-10 13:36:14 | 18 | |||
en5 | 0x0002 | 2024-06-10 09:01:19 | 226 | |||
en4 | 0x0002 | 2024-06-09 17:32:32 | 77 | |||
en3 | 0x0002 | 2024-06-09 14:50:40 | 4 | Tiny change: 'aid that `int128` can not ' -> 'aid that `__int128_t` can not ' | ||
en2 | 0x0002 | 2024-06-09 06:49:47 | 91 | |||
en1 | 0x0002 | 2024-06-08 17:08:35 | 379 | Initial revision (published) |
Name |
---|