版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
| 题号 | 标题 | 做法 |
|---|---|---|
| A | Sockpuppets | |
| B | Sequences Generator | |
| C | Insertion Sort | 找规律 |
| D | Diameter of a Tree | |
| E | The Kouga Ninja Scrolls | |
| F | Counting Sheep in Ami Dongsuo | |
| G | Best ACMer Solves the Hardest Problem | 暴力 |
| H | Rainbow Graph | |
| I | Distance Between Sweethearts | |
| J | How Much Memory Your Code Is Using? | 模拟 |
| K | Let the Flames Begin | Josephus 问题 |
| L | Machining Disc Rotors | 计算几何 |
| M | Renaissance Past in Nancy |
{% pdf /archives/icpc-asyr2018/statements.pdf 600px %}
{% icodeweb blog lang:cpp icpc-asyr2018/A.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/B.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/C.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/D.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/E.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/F.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/G.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/H.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/I.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/J.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/K.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/L.cpp %}
{% icodeweb blog lang:cpp icpc-asyr2018/M.cpp %}