Run ID:99032

提交时间:2024-11-24 09:57:25

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