Compile Error
foo.cc: In member function ‘int PolyLinkNode::calc(int)’:
foo.cc:40:41: error: ‘pow’ was not declared in this scope
   40 |                         ans += p->coe * pow(x, p->pow);
      |                                         ^~~
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1036 OO8-1 一元多项式链表类的求值
 - 语言
 - C++
 - 递交时间
 - 2025-04-11 22:42:52
 - 评测时间
 - 2025-04-11 22:42:52
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes