QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#364048#5490. Smallest Calculated ValueHuangHanShengWA 11ms10120kbPython3854b2024-03-24 10:56:352024-03-24 10:56:36

详细

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: 11ms
memory: 9976kb

input:

9 9 9

output:

0

result:

ok single line: '0'

Test #3:

score: 0
Accepted
time: 10ms
memory: 9976kb

input:

5 7 3

output:

1

result:

ok single line: '1'

Test #4:

score: -100
Wrong Answer
time: 5ms
memory: 10020kb

input:

406 21 18

output:

348

result:

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