QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#383210#2774. Sceneryucup-team241WA 4450ms4220kbC++143.3kb2024-04-09 04:14:422024-04-09 04:14:42

詳細信息

Test #1:

score: 100
Accepted
time: 2845ms
memory: 3756kb

input:

2 10
0 15
5 20

output:

yes

result:

ok single line: 'yes'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3684kb

input:

2 10
1 15
0 20

output:

no

result:

ok single line: 'no'

Test #3:

score: 0
Accepted
time: 1ms
memory: 3880kb

input:

2 10
5 30
10 20

output:

yes

result:

ok single line: 'yes'

Test #4:

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

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: 1ms
memory: 3920kb

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: 4334ms
memory: 4204kb

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: 4450ms
memory: 4220kb

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'