Run ID:99035

提交时间:2024-11-24 10:02:43

a = 100 s = 100 for i in range(10): s = s+a a = a/2 print("%.6f"%s,"%.6f"%a)