QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#33229#1875. NeinZhangYiDeWA 2ms3660kbC++141.9kb2022-05-30 16:59:392022-05-30 16:59:41

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3608kb

input:

1 1

output:

2

result:

ok answer is '2'

Test #2:

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

input:

1 8

output:

9

result:

ok answer is '9'

Test #3:

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

input:

1 9

output:

12

result:

ok answer is '12'

Test #4:

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

input:

1 10

output:

13

result:

ok answer is '13'

Test #5:

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

input:

5 1

output:

1000

result:

wrong answer expected '11112', found '1000'