Hey guys , can someone tell me why my submission keeps getting idleness limit exceed, and what does it exactly mean, i did not find much of material about this.
# | User | Rating |
---|---|---|
1 | tourist | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
5 | atcoder_official | 157 |
6 | Qingyu | 156 |
7 | djm03178 | 151 |
7 | adamant | 151 |
9 | luogu_official | 150 |
10 | awoo | 147 |
Hey guys , can someone tell me why my submission keeps getting idleness limit exceed, and what does it exactly mean, i did not find much of material about this.
Name |
---|
use stdout.flush or something like that after taking inputs it should solve it. It's usually due to this only!
i did , but i keep getting the same message
you should add it after print obviously
I did it after print, after input and still getting the same message
Actually your logic has issues i believe as i am personally not comfortable with py py so i had it converted to c++ using o3. So you're asking too many inputs i believe the rest part is ok, maybe try a different logic cause your code is asking more inputs then problem statement allows you! you can take reference of the editorial or my solution https://codeforces.me/contest/2001/submission/277395284
Thnx a lot bud now i get it