记录详情

Compile Error

/in/foo.cc: In member function 'PolyList PolyList::operator+(const PolyList&)':
/in/foo.cc:27:28: error: passing 'const PolyList' as 'this' argument discards qualifiers [-fpermissive]
   p.m_sum = m_sum + p.ASum();
                            ^
/in/foo.cc:38:6: note:   in call to 'int PolyList::ASum()'
  int ASum()
      ^~~~
/in/foo.cc:27:28: error: assignment of member 'PolyList::m_sum' in read-only object
   p.m_sum = m_sum + p.ASum();
                            ^

信息

递交者
类型
自测
题目
P1021 OO5-1 一元多项式类的求值
语言
C++
递交时间
2024-04-05 16:41:46
评测时间
2024-04-05 16:41:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes