Run ID:92303

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

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