记录详情

Compile Error

/in/foo.cc:3:19: error: 'N' was not declared in this scope
 bool isPeak(int a[N][N],int m,int n, int i,int j)
                   ^
/in/foo.cc:3:22: error: 'N' was not declared in this scope
 bool isPeak(int a[N][N],int m,int n, int i,int j)
                      ^
/in/foo.cc:3:24: error: expected ')' before ',' token
 bool isPeak(int a[N][N],int m,int n, int i,int j)
                        ^
/in/foo.cc:3:25: error: expected unqualified-id before 'int'
 bool isPeak(int a[N][N],int m,int n, int i,int j)
                         ^~~

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第八场
语言
C++
递交时间
2024-12-09 12:40:55
评测时间
2024-12-09 12:40:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes