ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97405 | #1083. 捡石头 | ruoshui1029 | 100 | 0ms | 508kb | C++11 | 343b | 2020-02-20 23:19:14 | 2020-02-20 23:19:15 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
2 12 4
output:
2
result:
ok single line: '2'
Test #2:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
8 3 4
output:
5
result:
ok single line: '5'
Test #3:
score: 20
Accepted
time: 0ms
memory: 508kb
input:
1 12 3
output:
4
result:
ok single line: '4'
Test #4:
score: 20
Accepted
time: 0ms
memory: 508kb
input:
1 4 6
output:
9
result:
ok single line: '9'
Test #5:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
4 4 3
output:
9
result:
ok single line: '9'