Run ID:99027

提交时间:2024-11-24 09:54:33

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)