记录详情

Compile Error

/in/foo.cc:42:31: error: ISO C++ forbids declaration of 'Output' with no type [-fpermissive]
 Output(int A[N][N],int m,int n)
                               ^
/in/foo.cc: In function 'int Output(int (*)[100], int, int)':
/in/foo.cc:51:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^

信息

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