QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#383211#2774. Sceneryucup-team241WA 4423ms4216kbC++143.3kb2024-04-09 04:15:412024-04-09 04:15:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 10
0 15
5 20

output:

yes

result:

ok single line: 'yes'

Test #2:

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

input:

2 10
1 15
0 20

output:

no

result:

ok single line: 'no'

Test #3:

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

input:

2 10
5 30
10 20

output:

yes

result:

ok single line: 'yes'

Test #4:

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

input:

11 6
0 74
2 60
4 34
10 36
21 46
26 40
28 38
30 48
50 68
52 68
54 62

output:

yes

result:

ok single line: 'yes'

Test #5:

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

input:

11 6
0 74
2 60
4 34
10 36
21 46
26 40
28 38
30 48
50 68
52 67
54 62

output:

no

result:

ok single line: 'no'

Test #6:

score: 0
Accepted
time: 4423ms
memory: 4216kb

input:

9695 10
1 146
0 68
1 30
10 20
39 68
48 58
77 145
78 107
88 98
116 145
125 135
147 292
146 214
147 176
157 167
185 214
194 204
223 291
224 253
233 243
262 291
271 281
293 438
292 360
293 322
303 313
331 360
341 351
369 437
370 399
380 390
408 437
418 428
439 584
438 506
439 468
448 458
477 506
487 49...

output:

yes

result:

ok single line: 'yes'

Test #7:

score: -100
Wrong Answer
time: 4395ms
memory: 3944kb

input:

9696 10
1 146
0 68
1 30
10 20
39 68
48 58
77 145
78 107
88 98
116 145
125 135
147 292
146 214
147 176
157 167
185 214
194 204
223 291
224 253
233 243
262 291
271 281
293 438
292 360
293 322
303 313
331 360
341 351
369 437
370 399
380 390
408 437
418 428
439 584
438 506
439 468
448 458
477 506
487 49...

output:

yes

result:

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