Compile Error

foo.cc: In function ‘int main()’:
foo.cc:13:31: error: ‘cmp’ was not declared in this scope; did you mean ‘bcmp’?
   13 |         stable_sort(a+1,a+n+1,cmp);
      |                               ^~~
      |                               bcmp

信息

递交者
类型
递交
题目
P2433 插入排序
语言
C++
递交时间
2025-07-19 14:09:57
评测时间
2025-07-19 14:09:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes