版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
进度: 8 / 13
<!-- more -->| 题号1 | 标题2 | 做法 |
|---|---|---|
| A | Modulo Ruins the Legend | 数论, exgcd |
| *B | Useful Algorithm | 线段树 / 分块 |
| C | No Bug No Game | DP |
| D | Money Game | 简单结论 |
| *E | Oscar is All You Need | BFS, (Splay) |
| F | Da Mi Lao Shi Ai Kan De | 签到 (模拟) |
| G | Subgraph Isomorphism | 树 Hash |
| *H | RPG Pro League | 二分图, 网络流, Hall 定理, 拟阵 |
| I | Guess Cycle Length | 概率, BSGS |
| *J | Painting | 二分, LCA |
| K | Master of Both | Trie |
| *L | Levenshtein Distance | 后缀数组 |
| M | Please Save Pigeland | DP, DFS |
{% pdf /archives/icpc-ahzr2022/problems.pdf 600px %}
{% pdf /archives/icpc-ahzr2022/tutorial.pdf 600px %}
{% icodeweb blog lang:cpp icpc-ahzr2022/A.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/B.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/C.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/D.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/E.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/F.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/G.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/H.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/I.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/J.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/K.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/L.cpp %}
{% icodeweb blog lang:cpp icpc-ahzr2022/M.cpp %}