QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216553#6559. A Tree and Two Edgesucup-team456#WA 1ms4896kbC++204.6kb2023-10-15 19:46:312023-10-15 19:46:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 4896kb

input:

4 6
1 2
1 3
1 4
2 3
2 4
1 2
1 3
1 4
2 3
2 4
3 4

output:

3
3
3
3
3
4

result:

ok 6 lines

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 4744kb

input:

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

output:

3
2
3
1

result:

wrong answer 1st lines differ - expected: '2', found: '3'