AtCoder Practice Repository これは、AtCoderの問題を解くためのリポジトリです。 ディレクトリ構造 コンテストの種類と開催回ごとにディレクトリを分けて、解答コードを管理します。 practice/ └── abc/ ├── abc001/ │ ├── a.cpp │ └── b.cpp └── abc002/ ├── a.cpp └── b.cpp 使用言語 C++ Python 学習の記録 AtCoder Problems 参考資料 AtCoder 公式サイト AtCoder Problems レッドコーダーが教える、競プロ・AtCoder上達のガイドライン【中級編:目指せ水色コーダー!】