Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95122 | 陈治宸 | 03温度转换 | C++ | Compile Error | 0 MS | 0 KB | 321 | 2024-10-26 21:14:07 |
#include<iostream> using namespace std; int main(){ int c,f; cin>>c; F=c*9/5+32; cout<<C; return 0; }
Main.cc: In function 'int main()': Main.cc:6:5: error: 'F' was not declared in this scope F=c*9/5+32; ^ Main.cc:7:11: error: 'C' was not declared in this scope cout<