I just want to know how neal downloads the sample cases to the local and uses the terminal to test the samples during the competition. please help me :)
# | User | Rating |
---|---|---|
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 |
# | User | Contrib. |
---|---|---|
1 | cry | 166 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Name |
---|
He hasn't made his scripts public. For downloading test cases you can use cf tool or write your own scripts. You can checkout ecnerwala's setup which is similar to neal.
Btw, why does everyone wants to know neal's setup? Will using the same setup make them as good as neal?
Did OP say he thinks he'll become as good as neal? All he wanted was to improve his setup.
Thank you
They probably want to develop a fast enough workflow, or are just interested in the tools. However, no matter how optimized your setup is, the bottleneck in most contests is how fast you think/implement.
That's true. Thanks.
Thank you very much! Just want to know :)
This is how I download the sample cases and test my answer. This is my python script to get sample cases input and output data. It takes three variables as input. The first is contest ID, the second is the problem letter and the third is the sample case ordinal number. This is my python script to judge the answer.
Appreciate it! Thanks for the great guide!