| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 141110 | 岑思烁 | 消消乐 | C++ | Compile Error | 0 MS | 0 KB | 129 | 2025-12-21 11:35:07 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<111<<222<<333<<444<<555<<666<<777<<888<<<999; return 0; }
Main.cc: In function 'int main()':
Main.cc:4:48: error: expected primary-expression before '<' token
cout<<111<<222<<333<<444<<555<<666<<777<<888<<<999;
^