CpLibrary

This documentation is automatically generated by competitive-verifier/competitive-verifier

View the Project on GitHub fairy-lettuce/CpLibrary

CpLibrary

fairy_lettuce の競技プログラミング用ライブラリです。

competitive-verifier を用いてドキュメントを生成しています。

使い方

動作は Visual Studio のデバッガ等を使う前提です。それ以外の動作は保証しません。

Contest ディレクトリ下のファイルに問題を解く C# コードを書き、ソリューション CpProject をビルドしてください。

実行すると現れるコンソールでは以下のコマンドが使用可能です。

run <PROGRAM>: input.txt を入力として、A から J までの一文字で表されるコードを実行し、標準出力に出力します。

dl: 未実装です。指定したコンテストサイトのサンプル入出力をダウンロードできるようになる予定です。仕様は変わる可能性があります。

exit: 実行を終了します。

実装予定の機能・ライブラリ等

Library Files

CpLibrary/Collections/

CpLibrary/Core/

CpLibrary/Extentions/

CpLibrary/IO/

CpLibrary/Judge/Checker/

CpLibrary/Judge/Checker/JudgeStatus/

CpLibrary/Judge/Downloader/

CpLibrary/Judge/Hacker/

CpLibrary/Math/

CpLibrary/StaticItems/

Verification Files

CpLibrary.Test/Judge/Checker/

CpLibrary.Test/Judge/Downloader/

CpLibrary.Test/Judge/Hacker/

CpLibrary.Test/Sample/

CpLibrary.Verify/Collections/

CpLibrary.Verify/Math/

CpLibrary.Verify/Sample/