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

仓库源文站点原文

比赛链接

进度: 8 / 13

<!-- more -->

题目概览

题号 标题 做法
*A Strange Functions
*B Strange Permutations
*C Strange Matrices
D Strange Fractions
E Strange Integers
*F Kaiji!
G Edge Groups
H Life is a Game
I Steadily Growing Steam
J Two Binary Strings Problem
K Circle of Life
*L Three,Three,Three
M Harmony in Harmony

{% pdf /archives/icpc-ashr2021/problems.pdf 600px %}

官方题解

{% pdf /archives/icpc-ashr2021/tutorial.pdf 600px %}

A - Strange Functions

解题思路

复杂度

代码参考

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

B - Strange Permutations

解题思路

复杂度

代码参考

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

C - Strange Matrices

解题思路

复杂度

代码参考

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

D - Strange Fractions

解题思路

复杂度

代码参考

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

E - Strange Integers

解题思路

复杂度

代码参考

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

F - Kaiji!

解题思路

复杂度

代码参考

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

G - Edge Groups

解题思路

复杂度

代码参考

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

H - Life is a Game

解题思路

复杂度

代码参考

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

I - Steadily Growing Steam

解题思路

复杂度

代码参考

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

J - Two Binary Strings Problem

解题思路

复杂度

代码参考

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

K - Circle of Life

解题思路

复杂度

代码参考

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

L - Three,Three,Three

解题思路

复杂度

代码参考

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

M - Harmony in Harmony

解题思路

复杂度

代码参考

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