版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!

仓库源文站点原文


title: VP记录 - 2018 ICPC 亚洲区域赛(沈阳) author: "Tifa & Foi" coauthor:


比赛链接

<!-- more -->

题目概览

题号 标题 做法
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 %}

A - Sockpuppets

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/A.cpp %} </details>

B - Sequences Generator

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/B.cpp %} </details>

C - Insertion Sort

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/C.cpp %} </details>

D - Diameter of a Tree

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/D.cpp %} </details>

E - The Kouga Ninja Scrolls

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/E.cpp %} </details>

F - Counting Sheep in Ami Dongsuo

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/F.cpp %} </details>

G - Best ACMer Solves the Hardest Problem

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/G.cpp %} </details>

H - Rainbow Graph

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/H.cpp %} </details>

I - Distance Between Sweethearts

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/I.cpp %} </details>

J - How Much Memory Your Code Is Using?

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/J.cpp %} </details>

K - Let the Flames Begin

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/K.cpp %} </details>

L - Machining Disc Rotors

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/L.cpp %} </details>

M - Renaissance Past in Nancy

代码参考

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp icpc-asyr2018/M.cpp %} </details>