记录详情

Compile Error

foo.cc:9:17: error: ISO C++ forbids declaration of ‘Polylist’ with no type [-fpermissive]
    9 |                 Polylist(){
      |                 ^~~~~~~~
foo.cc: In member function ‘int PolyList::Polylist()’:
foo.cc:10:17: warning: no return statement in function returning non-void [-Wreturn-type]
   10 |                 }
      |                 ^

信息

递交者
类型
递交
题目
P1022 OO5-2 一元多项式类PolyList的运算
比赛
2024春 面向对象的程序设计方法(第2场作业赛)
语言
C++
递交时间
2024-04-06 20:46:43
评测时间
2024-04-06 20:46:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes