Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1995 杨洋杰 11温度转换II C++ Wrong Answer 0 MS 256 KB 129 2023-12-03 18:02:37

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ int f; cin>>f; printf("%.4lf",(f-32)/1.8); return 0; }


Run Info:

------Input------
4.8
------Answer-----
-15.1111
------Your output-----
-15.5556