Compile Error
/in/foo.c: In function 'value':
/in/foo.c:20:14: error: expected declaration specifiers or '...' before numeric constant
  int x,apple(0);
              ^
/in/foo.c:23:3: error: 'apple' undeclared (first use in this function)
   apple+=A[i][x]*B[x][j];
   ^~~~~
/in/foo.c:23:3: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:26:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 6-2 矩阵乘法
 - 比赛
 - 2021(四) 作业第四场:加速赛
 - 语言
 - C
 - 递交时间
 - 2021-12-09 13:54:05
 - 评测时间
 - 2021-12-09 13:54:05
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes