运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
422547 | sjgda | 1079 - 秧歌 Star 不要上补习班 | 编译错误 | 0 | 0 MS | 0 KB | C | 561 | 2年前 |
Main.c: In function ‘main’:
Main.c:5:2: error: variable-sized object may not be initialized
5 | int a[n+1][m+1]={0};
| ^~~
Main.c:7:10: warning: unused variable ‘v’ [-Wunused-variable]
7 | int x,y,v;
| ^
Main.c:7:8: warning: unused variable ‘y’ [-Wunused-variable]
7 | int x,y,v;
| ^
Main.c:7:6: warning: unused variable ‘x’ [-Wunused-variable]
7 | int x,y,v;
| ^