QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#364048 | #5490. Smallest Calculated Value | HuangHanSheng | WA | 11ms | 10120kb | Python3 | 854b | 2024-03-24 10:56:35 | 2024-03-24 10:56:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'