Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
43841 wangyuchun 温度表达转化 C++ 解答错误 0 MS 248 KB 155 2024-03-23 12:25:45

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ double f; cin>>f; f=5/9*(f-32); cout<<fixed<<setprecision(5)<<f; return 0; }


测评信息: