Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
99027 潘允晨 13自由落体 Python3 Wrong Answer 36 MS 3764 KB 117 2024-11-24 09:54:33

Tests(0/1):


Code:

a=100 b=100 s=0 for x in range(4): s=s+a a=a/2 for y in range(10): b=b/2 print("%.6f"%s,"%.6f"%b)


Run Info:

------Input------
0
------Answer-----
299.804688 0.097656
------Your output-----
187.500000 0.097656