Compile Error
/in/foo.c: In function 'main':
/in/foo.c:6:23: error: expected ';' before 'int'
6 | scanf("%d",&n)
| ^
| ;
7 | int yanghui[20][20]={0};
| ~~~
/in/foo.c:9:17: error: 'yanghui' undeclared (first use in this function)
9 | yanghui[i][0]=1;
| ^~~~~~~
/in/foo.c:9:17: note: each undeclared identifier is reported only once for each function it appears in
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-24 16:33:52
- 评测时间
- 2025-11-24 16:33:52
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes