QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#415791#8547. Whose Land?houzhiyuanWA 303ms3700kbC++142.7kb2024-05-21 10:19:012024-05-21 10:19:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
5 1 2
1 2
1 3
2 4
2 5
2 2
2 3
8 2 3
1 2
1 3
2 4
2 5
4 6
5 7
7 8
2 2
2 5
3 4

output:

4
5
7
8
6

result:

ok 5 number(s): "4 5 7 8 6"

Test #2:

score: -100
Wrong Answer
time: 303ms
memory: 3700kb

input:

1000
500 1 500
291 2
406 9
207 13
71 15
351 17
442 18
496 19
104 20
208 23
448 34
80 42
187 44
352 45
290 46
116 47
318 50
226 52
129 55
83 59
100 60
54 61
73 65
63 66
454 67
43 71
26 74
68 26
320 75
388 76
425 79
170 81
350 83
48 85
153 86
221 90
290 95
130 96
82 98
124 82
36 99
213 100
121 101
132...

output:

259
390
364
124
321
331
449
8
343
433
399
339
183
242
360
533
145
44
343
263
92
326
38
291
263
73
140
478
175
24
162
468
284
335
255
319
507
465
77
355
56
395
373
218
405
266
188
261
134
68
205
434
442
353
301
469
333
173
292
417
210
511
202
183
506
62
496
127
296
205
283
384
114
419
519
378
122
194...

result:

wrong answer 1st numbers differ - expected: '255', found: '259'