QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#61557#4992. Enigmatic EnumerationHuangHanShengWA 106ms3756kbC++201.8kb2022-11-14 07:01:302022-11-14 07:01:32

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3368kb

input:

4 4
1 2
2 3
3 4
4 1

output:

1

result:

ok single line: '1'

Test #2:

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

input:

5 10
1 2
1 3
1 4
1 5
2 3
2 4
2 5
3 4
3 5
4 5

output:

10

result:

ok single line: '10'

Test #3:

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

input:

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

output:

2

result:

ok single line: '2'

Test #4:

score: 0
Accepted
time: 11ms
memory: 3656kb

input:

110 5995
109 20
100 23
99 65
106 40
105 62
89 67
57 9
83 38
38 20
28 11
39 28
32 20
108 90
96 50
97 51
80 40
64 48
101 27
84 27
43 35
103 79
70 32
29 28
109 2
43 16
110 94
101 71
84 67
23 19
33 17
107 79
90 33
83 64
57 39
105 46
47 1
80 79
93 67
78 53
34 20
105 15
77 66
65 63
102 57
76 59
47 40
95 4...

output:

215820

result:

ok single line: '215820'

Test #5:

score: 0
Accepted
time: 14ms
memory: 3756kb

input:

110 5985
50 38
109 70
110 85
50 23
71 51
52 2
43 32
74 28
98 13
103 94
108 54
41 12
55 12
51 10
44 2
56 35
8 6
27 2
72 19
92 65
64 42
31 20
110 67
74 46
93 57
59 5
63 50
33 31
98 42
75 59
103 87
81 79
99 20
100 84
89 87
87 78
67 56
85 74
14 7
103 16
42 41
29 13
68 26
110 7
91 63
86 78
86 85
44 42
10...

output:

214742

result:

ok single line: '214742'

Test #6:

score: 0
Accepted
time: 9ms
memory: 3700kb

input:

154 5929
68 88
68 153
67 84
64 134
51 120
38 102
68 82
54 105
50 135
2 103
75 140
17 150
40 127
19 152
8 98
70 144
76 134
7 94
12 109
33 152
14 124
7 96
30 140
9 118
71 110
12 121
17 123
3 112
63 96
35 153
43 122
36 82
24 114
21 111
69 88
76 117
41 126
68 151
32 104
39 150
19 133
1 140
14 114
33 145...

output:

8561476

result:

ok single line: '8561476'

Test #7:

score: 0
Accepted
time: 9ms
memory: 3656kb

input:

154 5919
47 107
73 107
15 125
22 151
65 91
54 151
52 100
64 127
77 115
65 80
3 99
50 86
12 139
57 88
48 137
71 148
44 95
31 122
49 139
3 149
43 107
34 85
67 142
75 97
56 146
72 135
72 116
18 94
2 97
63 151
54 145
32 101
62 128
75 89
36 147
41 120
35 142
46 129
65 94
6 141
53 146
21 132
29 98
55 81
2...

output:

8503911

result:

ok single line: '8503911'

Test #8:

score: 0
Accepted
time: 8ms
memory: 3624kb

input:

154 5919
40 117
56 137
52 141
57 118
29 107
18 128
74 111
54 78
73 87
69 134
38 124
50 112
70 99
43 122
72 87
52 134
57 123
43 86
4 79
52 129
68 126
58 127
77 128
25 141
61 127
57 146
7 124
39 83
55 111
62 130
2 83
44 104
2 119
40 105
8 152
36 130
67 100
3 106
9 99
6 118
43 141
40 126
76 109
51 87
1...

output:

8503986

result:

ok single line: '8503986'

Test #9:

score: 0
Accepted
time: 106ms
memory: 3580kb

input:

3000 3000
1 2
2 3
3 4
4 5
5 6
6 7
7 8
8 9
9 10
10 11
11 12
12 13
13 14
14 15
15 16
16 17
17 18
18 19
19 20
20 21
21 22
22 23
23 24
24 25
25 26
26 27
27 28
28 29
29 30
30 31
31 32
32 33
33 34
34 35
35 36
36 37
37 38
38 39
39 40
40 41
41 42
42 43
43 44
44 45
45 46
46 47
47 48
48 49
49 50
50 51
51 52
5...

output:

1

result:

ok single line: '1'

Test #10:

score: 0
Accepted
time: 60ms
memory: 3572kb

input:

3000 3000
1 2
2 3
3 4
4 5
5 6
6 7
7 8
8 9
9 10
10 11
11 12
12 13
13 14
14 15
15 16
16 17
17 18
18 19
19 20
20 21
21 22
22 23
23 24
24 25
25 26
26 27
27 28
28 29
29 30
30 31
31 32
32 33
33 34
34 35
35 36
36 37
37 38
38 39
39 40
40 41
41 42
42 43
43 44
44 45
45 46
46 47
47 48
48 49
49 50
50 51
51 52
5...

output:

2

result:

ok single line: '2'

Test #11:

score: -100
Wrong Answer
time: 103ms
memory: 3584kb

input:

2999 2999
1 2
2 3
3 4
4 5
5 6
6 7
7 8
8 9
9 10
10 11
11 12
12 13
13 14
14 15
15 16
16 17
17 18
18 19
19 20
20 21
21 22
22 23
23 24
24 25
25 26
26 27
27 28
28 29
29 30
30 31
31 32
32 33
33 34
34 35
35 36
36 37
37 38
38 39
39 40
40 41
41 42
42 43
43 44
44 45
45 46
46 47
47 48
48 49
49 50
50 51
51 52
5...

output:

2247001

result:

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