蒟蒻提问(刚学Python,多多指教)
查看原帖
蒟蒻提问(刚学Python,多多指教)
902077
code_LH楼主2023/1/25 20:48

全RE

Bug代码: t = float(input())

n = float(int(input()))

ans = t / n

ans2 = 2 * n

print('%.3f', ans)

print(int(ans2))

希望附上讲解

2023/1/25 20:48
加载中...