QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#37559#1261. InvHuangHanShengWA 3ms12936kbC++17435b2022-07-02 10:47:182022-07-02 10:47:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 5792kb

input:

4 1

output:

1

result:

ok answer is '1'

Test #2:

score: 0
Accepted
time: 2ms
memory: 3804kb

input:

10 21

output:

0

result:

ok answer is '0'

Test #3:

score: 0
Accepted
time: 2ms
memory: 12936kb

input:

500 124331

output:

0

result:

ok answer is '0'

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 4020kb

input:

20 122

output:

0

result:

wrong answer expected '1', found '0'