记录详情

Compile Error

foo.cc:18:36: error: ISO C++ forbids declaration of 'MoveRight' with no type [-fpermissive]
 MoveRight(int n,int x,int k,int a[])
                                    ^
foo.cc: In function 'int MoveRight(int, int, int, int*)':
foo.cc:25:2: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
A7-7 数组的右移函数
比赛
2020苏青奥赛集训营(2021-3-7课后作业)
语言
C++
递交时间
2021-03-08 18:08:59
评测时间
2021-03-08 18:08:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes