| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 106835 | 彭厚霖 | 03温度转换 | C++ | Wrong Answer | 0 MS | 268 KB | 151 | 2025-01-16 17:06:26 |
#include<iostream> // cin\cout\endl using namespace std; int main(){ char C; cin>>C; cout<<(int)(C*9/5+32); return 0; }
------Input------
41.1
------Answer-----
105.98
------Your output-----
125