QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#364047 | #5490. Smallest Calculated Value | ZhaoZiLong | WA | 9ms | 10148kb | Python3 | 836b | 2024-03-24 10:54:38 | 2024-03-24 10:54:39 |
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: 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'