猫猫嘻嘻嘻

 1 Sec 64 MB |  Markdown 显示标签
2855
通过提交

题目描述

输入格式

输出格式

样例输入 #1

3
800,brute_force,greedy
1100,trees,dp
1000,dp,flows

样例输出 #1

# Problem Rating:
800 : 1
1000 : 1
1100 : 1
# Tag Solved:
dp : 2
brute_force : 1
greedy : 1
flows : 1
trees : 1

样例输入 #2

8
2600,dp,dsu,dfs
2300
2500,fft,math
2300,strings,bfs
2400,bfs,dfs
2600,graphs,bfs,shortest_paths
1700,dfs,trees
1800,dp,math

样例输出 #2

# Problem Rating:
1700 : 1
1800 : 1
2300 : 2
2400 : 1
2500 : 1
2600 : 2
# Tag Solved:
bfs : 3
dfs : 3
math : 2
dp : 2
shortest_paths : 1
strings : 1
graphs : 1
trees : 1
dsu : 1
fft : 1
 上传者
coach
 命题者
StelaYuri
 创建时间
2021-11-25 13:56
 修改时间
2023-08-25 12:28