记录详情

Compile Error

/in/foo.cc: In constructor 'LinkList::LinkList(int)':
/in/foo.cc:73:15: warning: unused variable 'head' [-Wunused-variable]
   73 |         Node* head = new Node;
      |               ^~~~
/in/foo.cc:74:15: warning: unused variable 'tail' [-Wunused-variable]
   74 |         Node* tail = new Node;
      |               ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:163:5: error: 'Lc' was not declared in this scope; did you mean 'Lb'?
  163 |     Lc.Intersection(La, Lb);
      |     ^~
      |     Lb

信息

递交者
类型
自测
题目
P1029 OO7-3 链表对象的交集
语言
C++
递交时间
2025-03-29 21:42:15
评测时间
2025-03-29 21:42:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes