Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
125812 唐洪盛 03温度转换 C++ Wrong Answer 1 MS 272 KB 149 2025-07-15 15:34:43

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main() { char c; cin>>c; char f=c*9/5+32; cout<<f; return 0; }


Run Info:

------Input------
41.1
------Answer-----
105.98
------Your output-----
}