Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72634 sh25_zhuwy 温度表达转化 C++ 通过 0 MS 248 KB 142 2025-11-02 13:36:27

Tests(1/1):


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


测评信息: