运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
645407 | Wang0211 | 1052 - Matrix | 编译错误 | 0 | 0 MS | 0 KB | C | 1182 | 8天前 |
Main.c: In function 'main':
Main.c:5:9: error: conflicting types for 'N'; have 'int[N][N]'
5 | int N[N][N];
| ^
Main.c:3:9: note: previous declaration of 'N' with type 'int'
3 | int N,M;
| ^
Main.c:14:15: warning: too many arguments for format [-Wformat-extra-args]
14 | scanf("&d",&a);
| ^~~~
Main.c:5:9: warning: unused variable 'N' [-Wunused-variable]
5 | int N[N][N];
| ^