Skip to content

Commit

Permalink
pastbook2 practice2_k
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Sep 15, 2023
1 parent 1c0e07d commit 76fe0b8
Show file tree
Hide file tree
Showing 3 changed files with 2,749 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 @@ -61,6 +61,7 @@ edition = "2018"
311 = { alias = "abc217_d", problem = "https://atcoder.jp/contests/abc217/tasks/abc217_d" }
315 = { alias = "pastbook2022_h", problem = "https://atcoder.jp/contests/pastbook2022/tasks/pastbook2022_h" }
325 = { alias = "abl_e", problem = "https://atcoder.jp/contests/abl/tasks/abl_e" }
330 = { alias = "practice2_k", problem = "https://atcoder.jp/contests/practice2/tasks/practice2_k" }

[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 @@ -57,3 +57,4 @@
- P.311 Cutting Woods (AtCoder Beginner Contest 217:D問題) <https://atcoder.jp/contests/abc217/tasks/abc217_d>
- P.315 区間加算・区間最小値 (オリジナル問題) <https://atcoder.jp/contests/pastbook2022/tasks/pastbook2022_h>
- P.325 Replace Digits (ACL Beginner Contest:E問題) <https://atcoder.jp/contests/abl/tasks/abl_e>
- P.330 Range Affine Range Sum (AtCoder Library Practice Contest:K問題) <https://atcoder.jp/contests/practice2/tasks/practice2_k>

0 comments on commit 76fe0b8

Please sign in to comment.