Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:80:27: error: no matching function for call to 'SeqList::processOperations(int [200])' 80 | list.processOperations(operations); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /in/foo.cc:31:10: note: candidate: 'void SeqList::processOperations(int*, int)' 31 | void processOperations(int operations[], int m) { | ^~~~~~~~~~~~~~~~~ /in/foo.cc:31:10: note: candidate expects 2 arguments, 1 provided
信息
- 递交者
- 类型
- 自测
- 语言
- C++
- 递交时间
- 2025-03-14 22:51:35
- 评测时间
- 2025-03-14 22:51:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes