ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#98404 | #1484. 车的放置 | zsq259 | 100 | 32ms | 16860kb | C++ | 432b | 2020-02-21 23:36:05 | 2020-02-21 23:36:06 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1204kb
input:
2 2 2 2 4
output:
4
result:
ok single line: '4'
Test #2:
score: 10
Accepted
time: 12ms
memory: 15104kb
input:
999 888 777 666 1000
output:
86524
result:
ok single line: '86524'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1212kb
input:
4 2 2 4 4
output:
3144
result:
ok single line: '3144'
Test #4:
score: 10
Accepted
time: 0ms
memory: 4376kb
input:
100 0 200 200 100
output:
6404
result:
ok single line: '6404'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1224kb
input:
4 4 4 4 6
output:
50688
result:
ok single line: '50688'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1232kb
input:
10 10 1 100 10
output:
21223
result:
ok single line: '21223'
Test #7:
score: 10
Accepted
time: 5ms
memory: 11628kb
input:
555 666 777 888 999
output:
94649
result:
ok single line: '94649'
Test #8:
score: 10
Accepted
time: 5ms
memory: 16860kb
input:
1000 1000 1000 1000 1000
output:
43359
result:
ok single line: '43359'
Test #9:
score: 10
Accepted
time: 7ms
memory: 9024kb
input:
500 500 500 500 1000
output:
15947
result:
ok single line: '15947'
Test #10:
score: 10
Accepted
time: 3ms
memory: 9028kb
input:
0 0 1000 1000 1000
output:
40700
result:
ok single line: '40700'