猫猫嘻嘻嘻
1 Sec 64 MB | Markdown
28 | 55 |
通过 | 提交 |
题目描述
输入格式
输出格式
样例输入 #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