记录详情

Compile Error

foo.cc:3:12: error: declaration of 'a' as multidimensional array must have bounds for all dimensions except the first
    3 | void g(int a[][],int b[][],int i,int j)
      |            ^
foo.cc:3:17: error: expected ')' before ',' token
    3 | void g(int a[][],int b[][],int i,int j)
      |       ~         ^
      |                 )
foo.cc:3:18: error: expected unqualified-id before 'int'
    3 | void g(int a[][],int b[][],int i,int j)
      |                  ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
4-4 有多少个山峰
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 18:15:01
评测时间
2022-08-07 18:15:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes