记录详情

Compile Error

foo.cc: In member function ‘int PolyListNode::result(int)’:
foo.cc:25:19: error: ‘pow’ was not declared in this scope
   25 |     return coef * pow(x, expo);
      |                   ^~~

信息

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