ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#101589 | #1541. 自由落体 | zsq259 | 100 | 0ms | 1284kb | C++ | 290b | 2020-02-26 11:44:45 | 2020-02-26 11:44:46 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1284kb
input:
10 100 10 10 1 85
output:
0
result:
ok single line: '0'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1284kb
input:
10 10 10 10 10 10
output:
10
result:
ok single line: '10'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1284kb
input:
5 9 4.999999 2 1.8 5
output:
1
result:
ok single line: '1'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1284kb
input:
10 10000 1000 1000 2 9999
output:
1150
result:
ok single line: '1150'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1284kb
input:
100 500 10 10 1 1000
output:
10
result:
ok single line: '10'