YNUCPC / ynu-icpc-library

ICPC用のライブラリ
MIT License
3 stars 0 forks source link

Fenwick Treeの追加 #65

Closed rogi52 closed 2 years ago

rogi52 commented 2 years ago
rogi52 commented 2 years ago

Trie木のatcoderでのverifyが失敗しているようです。

...
INFO:onlinejudge_verify.verify:verify: test/atcoder/agc047_b.test.cpp
INFO:onlinejudge_verify.verify:problem: https://atcoder.jp/contests/agc047/tasks/agc047_b
INFO:onlinejudge_verify.verify:$ sleep 2
INFO:onlinejudge_verify.verify:$ oj download --system -d .verify-helper/cache/cf60f8aa5c7be1b3ac5984ad17d6e389/test --silent https://atcoder.jp/contests/agc047/tasks/agc047_b --dropbox-token ***
[INFO] online-judge-tools 11.5.1 (+ online-judge-api-client 10.10.0)
[INFO] load cookie from: /home/runner/.local/share/online-judge-tools/cookie.jar
[NETWORK] POST: https://api.dropboxapi.com/2/files/list_folder
[NETWORK] 401 Unauthorized
Error:  401 Client Error: Unauthorized for url: https://api.dropboxapi.com/2/files/list_folder
[HINT] You may need to login to use `$ oj download ...` during contest. Please run: $ oj login https://atcoder.jp/
...
ERROR:onlinejudge_verify.verify:1 tests failed
ERROR:onlinejudge_verify.verify:failed: test/atcoder/agc047_b.test.cpp
Error: failed to verify
Error: Process completed with exit code 1.
...

どう対処すれば良いのでしょうか?

noss3885 commented 2 years ago

ちょっと修正してみます

noss3885 commented 2 years ago

おそらく直ったので適当なコミットをすればテストに通ると思います

これからレビューします

noss3885 commented 2 years ago

しいて言うならメンバ関数間の空行は無くてもいいかなと思いました

rogi52 commented 2 years ago

testの修正とレビューありがとうございます! 空行を削除しました。 良さそうなので、マージします。