记录详情

Compile Error

foo.cc:5:35: error: declaration of 'a' as multidimensional array must have bounds for all dimensions except the first
 void xipian(int &i,int &j,int a[][],int &score)
                                   ^
foo.cc:5:36: error: expected ')' before ',' token
 void xipian(int &i,int &j,int a[][],int &score)
                                    ^
foo.cc:5:37: error: expected unqualified-id before 'int'
 void xipian(int &i,int &j,int a[][],int &score)
                                     ^~~
foo.cc:19:34: error: declaration of 'a' as multidimensional array must have bounds for all dimensions except the first
 void gaomu(int &i,int &j,int a[][],int &score)
                                  ^
foo.cc:19:35: error: expected ')' before ',' token
 void gaomu(int &i,int &j,int a[][],int &score)
                                   ^
foo.cc:19:36: error: expected unqualified-id before 'int'
 void gaomu(int &i,int &j,int a[][],int &score)
                                    ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1299 F. Game
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 15:01:02
评测时间
2021-11-21 15:01:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes