Run ID:92304

提交时间:2024-09-28 20:19:35

f = int(input()) c = "{:.4f}".format((f-32)/9*5) print(c)