Run ID:117819

提交时间:2025-04-20 13:05:50

x=100 for i in range(10): x=x/2 print('{:.6f}'.format(x))