QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#364047#5490. Smallest Calculated ValueZhaoZiLongWA 9ms10148kbPython3836b2024-03-24 10:54:382024-03-24 10:54:39

詳細信息

Test #1:

score: 100
Accepted
time: 7ms
memory: 10120kb

input:

2 3 5

output:

0

result:

ok single line: '0'

Test #2:

score: 0
Accepted
time: 4ms
memory: 10148kb

input:

9 9 9

output:

0

result:

ok single line: '0'

Test #3:

score: 0
Accepted
time: 6ms
memory: 10016kb

input:

5 7 3

output:

1

result:

ok single line: '1'

Test #4:

score: -100
Wrong Answer
time: 9ms
memory: 10016kb

input:

406 21 18

output:

348

result:

wrong answer 1st lines differ - expected: '367', found: '348'