| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 125836 | 赵梓渊 | 03温度转换 | C++ | Compile Error | 0 MS | 0 KB | 135 | 2025-07-15 15:44:53 |
#include<bits/stdc++.h> using namespace std; int main() { cin>>c; cin>>f; char dd=c+32; printf(C×9/5+32); return 0; }
Main.cc:7:2: error: stray '\303' in program
printf(C×9/5+32);
^
Main.cc:7:2: error: stray '\227' in program
Main.cc: In function 'int main()':
Main.cc:4:7: error: 'c' was not declared in this scope
cin>>c;
^
Main.cc:5:10: error: 'f' was not declared in this scope
cin>>f;
^
Main.cc:7:9: error: 'C' was not declared in this scope
printf(C×9/5+32);
^
Main.cc:6:7: warning: unused variable 'dd' [-Wunused-variable]
char dd=c+32;
^