Hi everyone! I'm just wondering if there is a way to extract all our accepted submissions here in CodeForces or a way to request them as in HackerRank. Thanks for your attention!
# | User | Rating |
---|---|---|
1 | Benq | 3783 |
2 | jiangly | 3772 |
3 | tourist | 3706 |
4 | maroonrk | 3609 |
5 | Um_nik | 3591 |
6 | fantasy | 3526 |
7 | ko_osaga | 3500 |
8 | inaFSTream | 3477 |
9 | cnnfls_csy | 3427 |
10 | zh0ukangyang | 3423 |
# | User | Contrib. |
---|---|---|
1 | Um_nik | 185 |
2 | awoo | 182 |
3 | nor | 172 |
4 | -is-this-fft- | 170 |
5 | adamant | 169 |
6 | maroonrk | 165 |
7 | antontrygubO_o | 160 |
8 | SecondThread | 158 |
9 | dario2994 | 151 |
9 | kostka | 151 |
Hi everyone! I'm just wondering if there is a way to extract all our accepted submissions here in CodeForces or a way to request them as in HackerRank. Thanks for your attention!
Name |
---|
Auto comment: topic has been updated by CodeTyper (previous revision, new revision, compare).
Best way I can think of is to get an API key and pull a list of your submissions with user.status. Once you do that you can filter by the "OK" verdict. Unfortunately I can't seem to find a way to grab the code itself...