运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
643462 | Liwenlei | 1045 - 模具制造 | 编译错误 | 0 | 0 MS | 0 KB | C | 1335 | 15天前 |
Main.c: In function 'main':
Main.c:9:20: error: 'MAX_S' undeclared (first use in this function); did you mean 'MAX_W'?
9 | int operations[MAX_S][MAX_X];
| ^~~~~
| MAX_W
Main.c:9:20: note: each undeclared identifier is reported only once for each function it appears in
Main.c:9:9: warning: unused variable 'operations' [-Wunused-variable]
9 | int operations[MAX_S][MAX_X];
| ^~~~~~~~~~