运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
632241 | 冼城 | 1041 - The missing integer | 编译错误 | 0 | 0 MS | 0 KB | C | 260 | 1个月前 |
Main.c: In function 'main':
Main.c:3:15: error: invalid initializer
3 | int a[11]=0;
| ^
Main.c:10:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
10 | if(a[i]=0){
| ^