Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92166 周楚航 11温度转换II Python3 Accepted 37 MS 3732 KB 64 2024-09-28 14:28:17

Tests(10/10):


Code:

a=input() a=float(a) e="{:.4f}".format((5/9)*(a-32)) print(e)