QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#872654#8613. Cardinalityucup-team6072#WA 11ms9600kbPython31.7kb2025-01-26 03:15:412025-01-26 03:15:48

Details

Tip: Click on the bar to expand more detailed information

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%