Skip to content

Commit

Permalink
pastbook2 abc190_f
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Aug 31, 2023
1 parent a017a8e commit f292aaf
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 0 deletions.
1 change: 1 addition & 0 deletions cargo-compete/pastbook2/Cargo.toml
Expand Up @@ -56,6 +56,7 @@ edition = "2018"
283 = { alias = "past202107_m", problem = "https://atcoder.jp/contests/past202107-open/tasks/past202107_m" }
290 = { alias = "pastbook2022_g", problem = "https://atcoder.jp/contests/pastbook2022/tasks/pastbook2022_g" }
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" }

[dependencies]
num = "=0.2.1"
Expand Down
1 change: 1 addition & 0 deletions cargo-compete/pastbook2/README.md
Expand Up @@ -52,3 +52,4 @@
- P.283 分割 (第七回 アルゴリズム実技検定:M問題) <https://atcoder.jp/contests/past202107-open/tasks/past202107_m>
- P.290 一点更新・区間最小値 (オリジナル問題) <https://atcoder.jp/contests/pastbook2022/tasks/pastbook2022_g>
- 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>

0 comments on commit f292aaf

Please sign in to comment.