Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
1227 | Kevin Jiang | 15加到第几项 | C++ | Compile Error | 0 MS | 0 KB | 51 | 2023-08-23 09:35:30 |
using namespace std; int main(){ cout<<45; }
Main.cc: In function 'int main()': Main.cc:3:2: error: 'cout' was not declared in this scope cout<45; ^