记录详情

Compile Error

foo.cc:27:26: error: ‘eqList’ has not been declared
   27 |     SeqList intersection(eqList& other){
      |                          ^~~~~~
foo.cc: In member function ‘SeqList SeqList::intersection(int&)’:
foo.cc:30:23: error: request for member ‘contains’ in ‘other’, which is of non-class type ‘int’
   30 |             if (other.contains(num)) {
      |                       ^~~~~~~~
foo.cc: In function ‘int main()’:
foo.cc:64:43: error: cannot convert ‘SeqList’ to ‘int&’
   64 |     SeqList intersection = A.intersection(B);
      |                                           ^
      |                                           |
      |                                           SeqList
foo.cc:27:34: note:   initializing argument 1 of ‘SeqList SeqList::intersection(int&)’
   27 |     SeqList intersection(eqList& other){
      |                          ~~~~~~~~^~~~~

信息

递交者
类型
递交
题目
P1015 OO3-2 无序顺序表类的集合运算
语言
C++
递交时间
2025-04-04 16:00:56
评测时间
2025-04-04 16:00:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes