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)提供评测服务