记录详情

Compile Error

foo.cc: In function 'int Sort(int*, int)':
foo.cc:30:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:50:8: error: 'a' was not declared in this scope
  cout<<a[go]<<" "<<y[go]<<endl;
        ^
foo.cc:46:18: warning: unused variable 'j' [-Wunused-variable]
  int n,i,x[100], j,y[100]; cin>>n;
                  ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
自测
题目
2-1 比赛榜单
语言
C++
递交时间
2021-03-22 21:57:16
评测时间
2021-03-22 21:57:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes