版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
进度: 7 / 11
<!-- more -->题号1 | 标题2 | 做法 |
---|---|---|
A | So I'll Max Out My Constructive Algorithm Skills | |
*B | the Matching System | |
C | Laser Trap | |
*D | Shortest Path Fast Algorithm | |
E | Pass the Ball! | |
F | Sandpile on Clique | |
G | Cyclic Buffer | |
*H | Permutation on Tree | |
I | LCS Spanning Tree | |
*J | Colorful Tree | |
K | Link-Cut Tree |
{% pdf /archives/icpc-amcr2021/problems.pdf 600px %}
{% icodeweb blog lang:cpp icpc-amcr2021/spfa.cpp %}
{% pdf /archives/icpc-amcr2021/tutorial.pdf 600px %}
{% icodeweb blog lang:cpp icpc-amcr2021/A.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/B.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/C.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/D.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/E.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/F.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/G.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/H.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/I.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/J.cpp %}
{% icodeweb blog lang:cpp icpc-amcr2021/K.cpp %}