Skip to content

Commit

Permalink
pastbook2 abc217_d
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Sep 6, 2023
1 parent af095a3 commit bcefd4e
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 0 deletions.
1 change: 1 addition & 0 deletions cargo-compete/pastbook2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ edition = "2018"
300 = { alias = "abc185_f", problem = "https://atcoder.jp/contests/abc185/tasks/abc185_f" }
302 = { alias = "abc190_f", problem = "https://atcoder.jp/contests/abc190/tasks/abc190_f" }
307 = { alias = "past202109_j", problem = "https://atcoder.jp/contests/past202109-open/tasks/past202109_j" }
311 = { alias = "abc217_d", problem = "https://atcoder.jp/contests/abc217/tasks/abc217_d" }

[dependencies]
num = "=0.2.1"
Expand Down
1 change: 1 addition & 0 deletions cargo-compete/pastbook2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@
- P.300 Range Xor Query (AtCoder Beginner Contest 185:F問題) <https://atcoder.jp/contests/abc185/tasks/abc185_f>
- P.302 Shift and Inversions (AtCoder Beginner Contest 190:F問題) <https://atcoder.jp/contests/abc190/tasks/abc190_f>
- P.307 数列の反転 (第八回 アルゴリズム実技検定:J問題) <https://atcoder.jp/contests/past202109-open/tasks/past202109_j>
- P.311 Cutting Woods (AtCoder Beginner Contest 217:D問題) <https://atcoder.jp/contests/abc217/tasks/abc217_d>

0 comments on commit bcefd4e

Please sign in to comment.