Run ID:92302

提交时间:2024-09-28 20:18:29

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