记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:55:2: error: 'PolyLinkList' was not declared in this scope; did you mean 'PolyList'?
   55 |  PolyLinkList p;
      |  ^~~~~~~~~~~~
      |  PolyList
foo.cc:59:3: error: 'p' was not declared in this scope
   59 |   p.Append(x,z);
      |   ^
foo.cc:63:8: error: 'p' was not declared in this scope
   63 |  cout<<p.calculate(k);
      |        ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
语言
C++
递交时间
2022-04-23 14:28:13
评测时间
2022-04-23 14:28:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes