记录详情

Compile Error

/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:19:1: note: candidate: PolyList::PolyList(PolyList&)
 PolyList::PolyList(PolyList &p)
 ^~~~~~~~
/in/foo.cc:19:1: note:   no known conversion for argument 1 from 'PolyListNode*' to 'PolyList&'

信息

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