Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91577 Hope 11温度转换II Python3 Wrong Answer 37 MS 3732 KB 54 2024-09-22 10:35:31

Tests(0/10):


Code:

a = int(input()) print("{:.4f}".format((a-32) / 1.8))


Run Info:

------Input------
9.8
------Answer-----
-12.3333
------Your output-----