ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#103794 | #1083. 捡石头 | tkr060904 | 100 | 0ms | 1200kb | C++ | 131b | 2020-02-29 20:42:24 | 2020-02-29 20:42:26 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
2 12 4
output:
2
result:
ok single line: '2'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
8 3 4
output:
5
result:
ok single line: '5'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
1 12 3
output:
4
result:
ok single line: '4'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
1 4 6
output:
9
result:
ok single line: '9'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
4 4 3
output:
9
result:
ok single line: '9'