记录详情

Compile Error

/in/foo.cc: In function 'void RightMove1(int*, int)':
/in/foo.cc:17:4: error: 'i' was not declared in this scope
  a[i]=tmp;
    ^
/in/foo.cc: In function 'void RightMoveK(int*, int, int)':
/in/foo.cc:23:17: error: 'rightMove1' was not declared in this scope
   rightMove1(a,n);
                 ^

信息

递交者
类型
自测
语言
C++
递交时间
2024-11-18 16:09:21
评测时间
2024-11-18 16:09:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes