Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89140 | 刘佳宇 | 03温度转换 | C++ | Compile Error | 0 MS | 0 KB | 116 | 2024-08-22 15:23:21 |
#include<iostream> using namespace std; int main(){ double F,C; cin>>C; F=C*9/5+32; cout<<f; }
Main.cc: In function 'int main()': Main.cc:7:10: error: 'f' was not declared in this scope cout<