Compile Error
/in/foo.cc:22: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:31:1: warning: no return statement in function returning non-void [-Wreturn-type]
 } 
 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 6-5 矩阵的行排序
 - 比赛
 - 泰院2401程序设计基础作业赛第八场
 - 语言
 - C++
 - 递交时间
 - 2024-12-10 13:06:47
 - 评测时间
 - 2024-12-10 13:06:47
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes