Run ID:117813

提交时间:2025-04-20 13:03:48

h = 100 #【h】eight 高度 for x in range(10): h = h/2 print( "{:.6f}".format(h))