QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#185292#7309. Compressed LCSguangyunhuangWA 3ms4536kbC++144.0kb2023-09-21 20:46:312023-09-21 20:46:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1 3
1 2
1 1
2 1
1 2
4 4
1 1
2 1
3 1
4 1
1 1
3 1
2 1
4 1
1 1
1000000000 999
1000000000 1000

output:

2
3
999

result:

ok 3 number(s): "2 3 999"

Test #2:

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

input:

6 13
13 9
24 75
23 30
2 235
14 45
6 6
15 13
10 41
23 33
2 53
5 4
21 10
7 53
2 19
11 13
17 45
12 143
11 33
22 10
8 19
14 119
20 27
22 23
12 76
24 84
18 35
26 3
10 48
1 15
14 45
3 11
12 9
10 46
20 55
14 12
1 33
19 21
13 32
9 89
8 15
18 25
19 9
4 40
18 4
15 9
22 15
1 9
17 8
20 3
5 45
9 35
6 12
10 21
13...

output:

235
109
161
77
11
202
123
61
25
46
212
66
50
57
153
53
13
6
308
31
35
47
122
233
134
42
108
236
40
134
142
86
188
26
50
267
30
15
112
182
187
117
109
72
39
300
107
66
19
236
97
229
20
171
193
262
17
181
98
153
22195
134
149
47
125
84
125
119
103
107
161
3
154
13
65
446
205
0
260
139
218
143
95
201
1...

result:

wrong answer 1st numbers differ - expected: '102', found: '235'