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

仓库源文站点原文


title: VP记录 - 2021 CCPC 哈尔滨站 author: "Tifa & Foi" coauthor:


比赛链接

进度: 7 / 12

<!-- more -->

题目概览

题号1 标题2 做法
*A So Many Lucky Strings
B Magical Subsequence
C Colorful Tree
D Math master
E Power and Modulo
*F Master Spark
G Damaged Bicycle
*H What logic for?
I Power and Zero
J Local Minimum
*K Wonder Egg Priority
*L Karshilov's Matching Problem

{% pdf /archives/ccpc-hrbr2021/statements.pdf 600px %}

官方题解

{% pdf /archives/ccpc-hrbr2021/tutorial.pdf 600px %}

A - So Many Lucky Strings

解题思路

复杂度

代码参考

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

B - Magical Subsequence

解题思路

复杂度

代码参考

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

C - Colorful Tree

解题思路

复杂度

代码参考

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

D - Math master

解题思路

复杂度

代码参考

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

E - Power and Modulo

解题思路

复杂度

代码参考

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

F - Master Spark

解题思路

复杂度

代码参考

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

G - Damaged Bicycle

解题思路

复杂度

代码参考

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

H - What logic for?

解题思路

复杂度

代码参考

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

I - Power and Zero

解题思路

复杂度

代码参考

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

J - Local Minimum

解题思路

复杂度

代码参考

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

K - Wonder Egg Priority

解题思路

复杂度

代码参考

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

L - Karshilov's Matching Problem

解题思路

复杂度

代码参考

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

  1. 打*的是还没写的题

  2. 带超链接的是找到了原题或原型