Compile Error
/in/foo.cc: In member function 'void BigIntArray::sort()': /in/foo.cc:47:36: error: no matching function for call to 'BigIntArray::sort(std::vector<BigInt>::iterator, std::vector<BigInt>::iterator)' sort(arr.begin(), arr.end()); ^ /in/foo.cc:46:10: note: candidate: void BigIntArray::sort() void sort() { ^~~~ /in/foo.cc:46:10: note: candidate expects 0 arguments, 2 provided
信息
- 递交者
- 类型
- 自测
- 题目
- P1025 OO6-3 高精度整数集合类的插入排序
- 语言
- C++
- 递交时间
- 2024-05-05 11:44:15
- 评测时间
- 2024-05-05 11:44:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes