QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#329065#1875. NeinconzloiWA 302ms3896kbC++202.5kb2024-02-16 12:34:502024-02-16 12:34:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 302ms
memory: 3892kb

input:

1 1

output:

2

result:

ok answer is '2'

Test #2:

score: 0
Accepted
time: 298ms
memory: 3892kb

input:

1 8

output:

9

result:

ok answer is '9'

Test #3:

score: -100
Wrong Answer
time: 301ms
memory: 3896kb

input:

1 9

output:

11

result:

wrong answer expected '12', found '11'