Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
24351 老方 温度表达转化 C++ 通过 1 MS 244 KB 154 2023-08-10 13:20:40

Tests(1/1):


#include<iostream> #include<cstdio> using namespace std; int main(){ double c,f; cin>>f; printf("%0.5f\n",5*(f-32)/9); return 0; }


测评信息: