Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
122868 刘子隽bylz 温度换算 C++ 解答错误 0 0 MS 252 KB 142 2024-01-22 16:51:13

Tests(0/3):


#include<bits/stdc++.h> using namespace std; int main() { int m,n; cin>>m; n=5*(m-32)/9; cout<<"C="<<n; return 0; }


测评信息: