Compile Error

foo.cc:55:16: warning: multi-character character constant [-Wmultichar]
   55 |    cout<<a[j]<<'/t';
      |                ^~~~
foo.cc: In function 'int main()':
foo.cc:17:9: error: incompatible types in assignment of 'int' to 'int [10]'
   17 |    a[j]=temp;
      |         ^~~~
foo.cc:27:9: error: incompatible types in assignment of 'int' to 'int [10]'
   27 |    a[j]=temp;
      |         ^~~~
foo.cc:38:9: error: incompatible types in assignment of 'int' to 'int [10]'
   38 |    a[j]=temp;
      |         ^~~~
foo.cc:48:9: error: incompatible types in assignment of 'int' to 'int [10]'
   48 |    a[j]=temp;
      |         ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1099 蛇i形矩阵(1)
语言
C++
递交时间
2022-07-17 21:47:11
评测时间
2022-07-17 21:47:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes