Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
43957 zhaohengrui 温度表达转化 C++ 通过 0 MS 248 KB 142 2024-03-24 12:04:23

Tests(1/1):


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


测评信息: