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

Tests(0/10):


Code:

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


Run Info:

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