CF Tool panic
The console looks like this:
C:\Users\admin>cf config
panic: regexp: Compile(`E:\C++\CodeForces/contest/((?P<contestID>\d+)/((?P<problemID>\w+)/)?)?`): error parsing regexp: invalid escape sequence: `\C`
E:\C++\CodeForces/contest/
Try This part to :
E:/C++/CodeForces/contest/
Thanks! Now I've removed the configuration file and set the path to E:/C++/CodeForces/contest/.
But I think this is a bug of cf-tool because using backslash as path seperators is valid on Windows.
I'll keep this issue open until the bug is fixed.
backslash as path seperators
btw I am not sure about it, but VSCode also doesn't accept it!!
Thanks! Now I've removed the configuration file and set the path to
E:/C++/CodeForces/contest/. But I think this is a bug of cf-tool because using backslash as path seperators is valid on Windows. I'll keep this issue open until the bug is fixed.
where is the configuration file located?