Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
101378 | 朱子相 | 03温度转换 | C++ | Compile Error | 0 MS | 0 KB | 102 | 2024-12-15 10:37:57 |
#include<bits/stdc++.h> using namespace std; int main(){ double c,f; f=c×9/5+32; cout<<f; }
Main.cc:5:2: error: stray '\303' in program f=c×9/5+32; ^ Main.cc:5:2: error: stray '\227' in program Main.cc: In function 'int main()': Main.cc:5:7: error: expected ';' before numeric constant f=c×9/5+32; ^