记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:8:5: error: 'PolyList' was not declared in this scope
    8 |     PolyList P;
      |     ^~~~~~~~
foo.cc:12:9: error: 'P' was not declared in this scope
   12 |         P.insert(c, e);
      |         ^
foo.cc:16:18: error: 'P' was not declared in this scope
   16 |     int result = P.evaluate(x);
      |                  ^
[Hydro](https://hydro.ac)提供评测服务

信息

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