Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
117816 |
伍长辉 |
12自由落体 |
Python3 |
Wrong Answer |
31 MS |
3728 KB |
61 |
2025-04-20 13:05:05 |
Tests(0/1):
Code:
x=100
for x in range(10):
x=x/2
print('{:.6f}'.format(x))
Run Info:
------Input------
3 12
------Answer-----
0.097656
------Your output-----
4.500000