Compile Error
/in/foo.c: In function 'main':
/in/foo.c:16:17: error: expected expression before 'int'
16 | int a[i][j]=int b[j][i];
| ^~~
/in/foo.c:21:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
21 | printf("%d ",&b[j][i]);
| ~^ ~~~~~~~~
| | |
| int int *
| %ls
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-29 16:23:59
- 评测时间
- 2025-11-29 16:23:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes