记录详情

Compile Error

/in/foo.cc:19:1: error: prototype for 'PolyList::PolyList(PolyListNode&)' does not match any in class 'PolyList'
 PolyList::PolyList(PolyListNode &p)
 ^~~~~~~~
/in/foo.cc:15:2: error: candidate is: PolyList::PolyList(PolyList&)
  PolyList(PolyList &p);
  ^~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:14: error: no matching function for call to 'PolyList::PolyList(PolyListNode*&)'
  PolyList P(p);
              ^
/in/foo.cc:15:2: note: candidate: PolyList::PolyList(PolyList&)
  PolyList(PolyList &p);
  ^~~~~~~~
/in/foo.cc:15:2: note:   no known conversion for argument 1 from 'PolyListNode*' to 'PolyList&'

信息

递交者
类型
递交
题目
P1021 OO5-1 一元多项式类的求值
语言
C++
递交时间
2019-09-29 23:32:28
评测时间
2019-09-29 23:32:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes