运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
632870 | haoziccc | 1027 - 阶乘不等式 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 302 | 1个月前 |
Main.cc: In function 'int main()':
Main.cc:13:24: error: 'ij' was not declared in this scope; did you mean 'j'?
13 | for(int j=1;j<=ij++){
| ^~
| j
Main.cc:13:28: error: expected ';' before ')' token
13 | for(int j=1;j<=ij++){
| ^
| ;
Main.cc:19:5: error: 'prtinf' was not declared in this scope; did you mean 'printf'?
19 | prtinf("%d",i);
| ^~~~~~
| printf