QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#872654#8613. Cardinalityucup-team6072#WA 11ms9600kbPython31.7kb2025-01-26 03:15:412025-01-26 03:15:48

詳細信息

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 9600kb

input:

4 5
1 2
2 3
5 6
6 7
4 7

output:

4
4
8
8
8

result:

wrong answer Too big difference in the 3-th query: correct 3, got 8, ratio: 266.67%