Compile Error
/in/foo.c: In function 'main':
/in/foo.c:9:50: error: expected ')' before ';' token
9 | scanf("%1d",&matrix[i][j];
| ~ ^
| )
/in/foo.c:9:51: error: expected ';' before '}' token
9 | scanf("%1d",&matrix[i][j];
| ^
| ;
10 | }
| ~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-28 20:16:12
- 评测时间
- 2025-11-28 20:16:12
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes