| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 152508 |
鸡哥 |
03温度转换 |
C++ |
Compile Error |
0 MS |
0 KB |
114 |
2026-04-26 14:50:55 |
Tests(0/0):
Code:
#include<bits/stdc++.h>
using namespace std;
int main(){
double C;
cin>>C;
cout<<C×9/5+32;
return 0;
}
Run Info:
Main.cc:6:2: error: stray '\303' in program
cout<