记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:18: error: invalid operands of types 'int [3]' and 'int [3]' to binary 'operator+'
  printf("%d",p[0]+p[1]+p[2]);
              ~~~~^~~~~
foo.cc:4:29: warning: unused variable 'n' [-Wunused-variable]
   int a[2][3]={1,2,3,4,5,6},n,(*p)[3];
                             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1029 比比谁更小
语言
C++
递交时间
2021-11-29 17:05:18
评测时间
2021-11-29 17:05:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes