n = float(input())
print(f"{n:.3f}") # 把变量 n 转换成字符串,保留 3 位小数(四舍五入),用普通小数格式显示。