| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 146940 | 曾钰涵 | 消消乐 | C++ | Compile Error | 0 MS | 0 KB | 220 | 2026-02-01 12:19:54 |
#include<iostream> using namespace std; int main(){ int n,a,m; for(int i=100;i<=1000;i++){ n=i/100; a=(i/10)%10; m=i%10;} if() cout<<i<<endl; return 0; }
Main.cc: In function 'int main()':
Main.cc:9:8: error: expected primary-expression before ')' token
if()
^
Main.cc:10:15: error: 'i' was not declared in this scope
cout<