Is there any way to add cses problems to vjudge?? Or is there any way to add them in codeforces gym section??
To fix the tight TLE, we need that.If there’s no way,then I would request the vjudge admin to add them in vjudge
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
Is there any way to add cses problems to vjudge?? Or is there any way to add them in codeforces gym section??
To fix the tight TLE, we need that.If there’s no way,then I would request the vjudge admin to add them in vjudge
Name |
---|
Aren't tight TLEs good?
The more TLE one gets during practice, the fewer TLEs they get during contest :)
I think the time limit is a little tight. Look at that problem: problem1158
I got TLE six times. But I got AC when I changed the positions of the for-loops.
My code passes comfortably on that problem and the statistics tab shows that people have solutions which run in 0.03 seconds, so I think the time limit is fine as-is.