You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% cargo compete new abc234
warning: Could not parse the title: "Ex - Enumerate Pairs"
warning: Could not find `EX` in `tasks_print`
Created `abc234` package at /xx/atcoder/./abc234
Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{a.yml, a/}
Saved 2 test cases to /xxx/atcoder/./abc234/testcases/{b.yml, b/}
Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{c.yml, c/}
Saved 2 test cases to /xxx/atcoder/./abc234/testcases/{d.yml, d/}
Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{e.yml, e/}
Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{f.yml, f/}
Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{g.yml, g/}
おそらくここを
https://github.com/qryxip/snowchains/blob/519a454bc6087dbc81fad276a86d9b53d492844b/snowchains_core/src/web/atcoder.rs#L1537
A-Za-z0-9
にすればパースできるようになりそうですただ二個目の警告文から分かる通り、内部のどこかで
"Ex"
が"EX"
に変換されてしまっていることに起因しているエラーもあるように思うのですが、正確な発生箇所は分かりませんでしたThe text was updated successfully, but these errors were encountered: