QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#383186#2774. Sceneryucup-team241#WA 1ms3652kbC++142.6kb2024-04-09 03:18:352024-04-09 03:18:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 10
0 15
5 20

output:

yes

result:

ok single line: 'yes'

Test #2:

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

input:

2 10
1 15
0 20

output:

no

result:

ok single line: 'no'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3612kb

input:

2 10
5 30
10 20

output:

no

result:

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