kzrnm

Results 30 comments of kzrnm

## verification-helper を使わない解決策 フォークの [competitive-verifier](https://github.com/competitive-verifier/competitive-verifier) では PROBLEM を使わない実行にも対応したので、移行しても良いなら使ってみてください。 https://competitive-verifier.github.io/competitive-verifier/document.ja.html#%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88%E3%83%86%E3%82%B9%E3%83%88%E3%81%AE%E8%A8%AD%E5%AE%9A ## verification-helper での解決策 https://github.com/online-judge-tools/verification-helper/blob/c42032627b21f4b1d45a8f42cb9d00dd0fa70668/onlinejudge_verify/verify.py#L103-L115 `oj test` コマンドでテストされるのでダミー用の problem を返してあげれば動くはずです。 ### ダミーURLを決める たとえば 「 `PROBLEM=http://example.com/nothing` のときにダミーの問題を使う」と定義する。 ### ダミーの problem を返す https://github.com/online-judge-tools/verification-helper/blob/c42032627b21f4b1d45a8f42cb9d00dd0fa70668/onlinejudge_verify/verify.py#L72 `onlinejudge.dispatch.problem_from_url`...

This is caused by https://github.com/nodejs/node/issues/48673

This error has been resolved in Node 20.12. Related - https://github.com/nodejs/node/issues/48673 - https://github.com/actions/runner/issues/3263 - https://github.com/actions/runner/pull/3284 - https://github.com/actions/actions-runner-controller/pull/3559

> ただcodeforcesのテストが落ちているようです。(サイトの変更起因?) なのでこちらは別でIssue立てておきます。 もうあります。 https://github.com/online-judge-tools/api-client/pull/168

@takeaship CI 更新されました

@koba-e964 AtCoder アカウントのパスワードが変わってるなどでテストがコケているみたいです

プロジェクトの引き継ぎは1年経っても終わらないみたい https://github.com/pypi/support/issues/2608 なので別プロジェクトとして発行してしまったほうが速いかもしれません。

https://dotnet.github.io/docfx/ ドキュメント生成は DocFX が良いと思います。

よく見かけるもの - std::priority_queue - std::set(SortedSetは二分探索が不足) - std::multiset - std::lower_bound - std::upper_bound - std::next_permutation