xalanq / cf-tool

:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
MIT License
1.3k stars 224 forks source link

Support problem 0 in `cf submit <URL>` #79

Open ouuan opened 4 years ago

ouuan commented 4 years ago

When entering a contest after the countdown, the problem number will be 0 instead of A-Z. And there are rare cases that the problem 0 is not problem A, like this: https://codeforces.com/contest/1188/problem/0.

infalmo commented 4 years ago

That link shows the same page as A1

ouuan commented 4 years ago

That link shows the same page as A1

That's right, but you can't submit by: cf submit -f a1.cpp https://codeforces.com/contest/1188/problem/0.