| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 154379 | 蔡皓霆 | 12输出3的倍数 | C++ | Compile Error | 0 MS | 0 KB | 141 | 2026-05-30 13:38:59 |
#include <iostream> using namespace std; int main(i) { for (int i +=3) { cin>>i cout << i } return 0; }
Main.cc:3:10: error: 'i' was not declared in this scope
int main(i)
^
Main.cc:4:1: error: expected ',' or ';' before '{' token
{
^