QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#318589#5379. Adjoin the Networkslmq26052003TL 3ms5892kbC++201.8kb2024-01-31 15:41:472024-01-31 15:41:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 5604kb

input:

6 4
0 1
0 2
3 4
3 5

output:

3

result:

ok single line: '3'

Test #2:

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

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: 5648kb

input:

5 0

output:

2

result:

ok single line: '2'

Test #4:

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

input:

6 3
0 1
2 3
4 5

output:

4

result:

ok single line: '4'

Test #5:

score: -100
Time Limit Exceeded

input:

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

output:


result: