QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#318592#5379. Adjoin the Networkslmq26052003WA 3ms5932kbC++201.8kb2024-01-31 15:44:092024-01-31 15:44:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 5932kb

input:

6 4
0 1
0 2
3 4
3 5

output:

3

result:

ok single line: '3'

Test #2:

score: 0
Accepted
time: 0ms
memory: 5688kb

input:

11 9
0 1
0 3
0 4
1 2
5 4
6 4
7 8
7 9
7 10

output:

4

result:

ok single line: '4'

Test #3:

score: 0
Accepted
time: 3ms
memory: 5692kb

input:

5 0

output:

2

result:

ok single line: '2'

Test #4:

score: 0
Accepted
time: 0ms
memory: 5580kb

input:

6 3
0 1
2 3
4 5

output:

4

result:

ok single line: '4'

Test #5:

score: 0
Accepted
time: 0ms
memory: 5688kb

input:

21 6
0 1
1 2
2 3
4 5
5 6
6 7

output:

5

result:

ok single line: '5'

Test #6:

score: -100
Wrong Answer
time: 3ms
memory: 5896kb

input:

12 6
0 1
1 2
2 3
3 4
4 5
5 6

output:

4

result:

wrong answer 1st lines differ - expected: '6', found: '4'