QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#74102#2832. Graph TheoryHuangHanShengWA 51ms5520kbC++1.1kb2023-01-30 17:53:542023-01-30 17:53:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 2
1 2
2 3
3 2
1 1
2 2
3 3
1 2
2 3
3 1

output:

1
0
2

result:

ok 3 lines

Test #2:

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

input:

2 1
1 2

output:

1

result:

ok single line: '1'

Test #3:

score: -100
Wrong Answer
time: 51ms
memory: 5520kb

input:

17 17
6 10
1 9
14 6
12 13
5 4
15 17
14 15
6 5
10 6
10 11
2 9
9 6
17 15
9 15
4 8
1 4
13 15
13 19
11 10
12 10
10 5
2 8
12 11
8 3
1 7
10 9
8 5
1 5
9 4
8 7
12 10
6 8
13 1
5 8
11 5
10 8
7 7
16 14
9 5
8 1
4 16
10 8
16 15
15 1
13 5
9 3
4 4
9 7
7 2
5 4
5 11
9 14
5 13
1 5
4 5
4 1
4 4
1 1
5 3
3 5
4 1
3 2
5 1
...

output:

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

result:

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