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

仓库源文站点原文

比赛链接

<!-- 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

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/A.cpp %}

B - Sequences Generator

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/B.cpp %}

C - Insertion Sort

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/C.cpp %}

D - Diameter of a Tree

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/D.cpp %}

E - The Kouga Ninja Scrolls

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/E.cpp %}

F - Counting Sheep in Ami Dongsuo

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/F.cpp %}

G - Best ACMer Solves the Hardest Problem

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/G.cpp %}

H - Rainbow Graph

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/H.cpp %}

I - Distance Between Sweethearts

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/I.cpp %}

J - How Much Memory Your Code Is Using?

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/J.cpp %}

K - Let the Flames Begin

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/K.cpp %}

L - Machining Disc Rotors

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/L.cpp %}

M - Renaissance Past in Nancy

代码参考

{% icodeweb blog lang:cpp icpc-asyr2018/M.cpp %}