在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):yosupo06/library-checker-problems开源软件地址(OpenSource Url):https://github.com/yosupo06/library-checker-problems开源编程语言(OpenSource Language):C++ 96.3%开源软件介绍(OpenSource Introduction):Library Checker ProblemsSource code of https://judge.yosupo.jp. You can get test cases of problems from this repository. Requirements
How to Usecd /path/to/library-checker-problems
pip3 install -r requirements.txt
# or pip3 install colorlog markdown jinja2
ulimit -s unlimited # for linux (doesn't need for OS X and WSL)
./generate.py -p unionfind # generate testcases of unionfind
# or ./generate.py datastructure/unionfind/info.toml
ls datastructure/unionfind/in/ # testcases of unionfind
ls datastructure/unionfind/out/ # solutions of unionfind
file datastructure/unionfind/checker # binary of output checker For developer./generate.py -p unionfind --dev # developer mode
./generate.py -p unionfind --test # test mode (for developer, exec this command before PR)
cat datastructure/unionfind/task.html # statement
./generate.py $(find . -name "info.toml" -not -path "./test/*") # generate all testcases Test your solutions in local / CI
If you have any trouble
困ったときは(If you have any trouble - Japanese edition)
ContributingWe are welcome any issues and PRs! Except minor change (e.g. add test cases, fix statements), please create an issue first. Contributing - Japanese Edition不具合(テストケースが弱い, ジャッジが異常な挙動をする, 問題文にtypoを発見, などなど)を発見したとき、報告していただけるととっても助かります。 基本的には上に書いたようにissueを立ててもらえると助かります。 熱意がある人はCONTRIBUTING を参考にPull requestを送っていただけるととても助かります。 競プロerは必ずしもgithubに慣れているとは限らず、issue / pull request を送ったことがない人も少なくはないというのを理解しています。どれだけめちゃくちゃなものを送ってきても怒ったりこのリポジトリが壊れたりすることはないので、githubの練習がてら挑戦してみるというのもアリです(頑張ってサポートします)。 File structure / How to create the problemlibrary-checker-project
ThanksWe use testlib for verifier(input-checker) and output-checker. We use toml as toml paser. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论