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

仓库源文站点原文


title: VP记录 - 2023 CCPC 桂林站 author: "Tifa & Foi" coauthor:


比赛链接

进度: 7 / 13

<!-- more -->

题目概览

题号1 标题2 做法
*A Easy Diameter Problem
B The Game
C Master of Both IV
*D Subway
*E Prefix Mahjong
*F Redundant Towers
G Hard Brackets Problem
H Sweet Sugar
I Barkley II
*J The Phantom Menace
K Randias Permutation Task
*L Alea Iacta Est
M Flipping Cards

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

官方题解

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

A - Easy Diameter Problem

解题思路

复杂度

代码参考

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

B - The Game

解题思路

复杂度

代码参考

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

C - Master of Both IV

解题思路

复杂度

代码参考

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

D - Subway

解题思路

复杂度

代码参考

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

E - Prefix Mahjong

解题思路

复杂度

代码参考

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

F - Redundant Towers

解题思路

复杂度

代码参考

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

G - Hard Brackets Problem

解题思路

复杂度

代码参考

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

H - Sweet Sugar

解题思路

复杂度

代码参考

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

I - Barkley II

解题思路

复杂度

代码参考

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

J - The Phantom Menace

解题思路

复杂度

代码参考

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

K - Randias Permutation Task

解题思路

复杂度

代码参考

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

L - Alea Iacta Est

解题思路

复杂度

代码参考

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

M - Flipping Cards

解题思路

复杂度

代码参考

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

  1. 打*的是还没写的题

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