QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#290724#74. Algorithm Teachinglmq26052003WA 7ms38704kbC++173.0kb2023-12-25 10:57:092023-12-25 10:57:10

詳細信息

Test #1:

score: 100
Accepted
time: 6ms
memory: 38612kb

input:

1
3 DFS BFS DIJKSTRA

output:

3

result:

ok single line: '3'

Test #2:

score: -100
Wrong Answer
time: 7ms
memory: 38704kb

input:

100
3 BFS DFS DP
3 BFS DFS DIJKSTRA
3 BFS DFS MAXFLOW
3 BFS DFS GREEDY
3 BFS DFS LCA
3 BFS DP DIJKSTRA
3 BFS DP MAXFLOW
3 BFS DP GREEDY
3 BFS DP LCA
3 BFS DIJKSTRA MAXFLOW
3 BFS DIJKSTRA GREEDY
3 BFS DIJKSTRA LCA
3 BFS MAXFLOW GREEDY
3 BFS MAXFLOW LCA
3 BFS GREEDY LCA
3 DFS DP DIJKSTRA
3 DFS DP MAXF...

output:

42

result:

wrong answer 1st lines differ - expected: '35', found: '42'