Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
43947 zhangyanshuo 温度表达转化 C++ 通过 1 MS 252 KB 133 2024-03-24 10:54:38

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int F; cin>>F; printf("%.5lf",(double)5*(F-32)/9); return 0; }


测评信息: