记录详情

Compile Error

foo.cc:13:40: error: declaration of 'a' as multidimensional array must have bounds for all dimensions except the first
 void getpath(int i,int j,long long a[][],int &path)
                                        ^
foo.cc:13:41: error: expected ')' before ',' token
 void getpath(int i,int j,long long a[][],int &path)
                                         ^
foo.cc:13:42: error: expected unqualified-id before 'int'
 void getpath(int i,int j,long long a[][],int &path)
                                          ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1298 E. Maze
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 14:45:56
评测时间
2021-11-21 16:18:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes