Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
77532 sh25_shengmy 温度表达转化 C++ 通过 0 MS 248 KB 146 2025-12-26 14:23:41

Tests(1/1):


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


测评信息: