VP 记录 - 2023 ICPC 亚洲区域赛 (南京)

比赛链接

进度: 7 / 13

题目概览

题号 1标题 2做法
ACool, It’s Yesterday Four Times More
*BIntersection over Union
CPrimitive Root
*DRed Black Tree
*EExtending Distance
FEquivalent Rewriting
GKnapsack
*HPuzzle: Question Mark
ICounter
*JSuffix Structure
*KGrand Finale
LElevator
MTrapping Rain Water

英文题面

中文题面

官方题解

A - Cool, It’s Yesterday Four Times More

解题思路

复杂度

代码参考

Show code

B - Intersection over Union

解题思路

复杂度

代码参考

Show code

C - Primitive Root

解题思路

复杂度

代码参考

Show code

D - Red Black Tree

解题思路

复杂度

代码参考

Show code

E - Extending Distance

解题思路

复杂度

代码参考

Show code

F - Equivalent Rewriting

解题思路

复杂度

代码参考

Show code

G - Knapsack

解题思路

复杂度

代码参考

Show code

H - Puzzle: Question Mark

解题思路

复杂度

代码参考

Show code

I - Counter

解题思路

复杂度

代码参考

Show code

J - Suffix Structure

解题思路

复杂度

代码参考

Show code

K - Grand Finale

解题思路

复杂度

代码参考

Show code

L - Elevator

解题思路

复杂度

代码参考

Show code

M - Trapping Rain Water

解题思路

复杂度

代码参考

Show code


  1. 打 * 的是还没写的题↩︎

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