h = int(input()) s = h for i in range(2, 11): s += h h /= 2 print(f'{s:.6g}') print(f'{h/2:.6g}')
使用您的 Hydro 通用账户