Run ID:46343

提交时间:2023-04-16 14:21:04

f=float(input()) c=(f-32)/9*5 print(format(c,".2f"))