| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 139723 | 胡誉骞 | 11温度转换II | C++ | Compile Error | 0 MS | 0 KB | 102 | 2025-12-08 17:08:58 |
include <iostream> using namespace std; int main(){ int a; cout<<a*9/5+32; prentf(%4,a) }
Main.cc:1:1: error: 'include' does not name a type include ^ Main.cc: In function 'int main()': Main.cc:5:2: error: 'cout' was not declared in this scope cout<