Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
91332 | 李昊宇 | 03温度转换 | C++ | Wrong Answer | 0 MS | 268 KB | 106 | 2024-09-21 15:47:00 |
#include<iostream> using namespace std; int main(){ char c; cin>>c; cout<<c*9/5+32<<endl; }
------Input------
41.1
------Answer-----
105.98
------Your output-----
125