记录详情

Compile Error

/in/foo.cc: In member function 'int Polynomial::evaluate(int)':
/in/foo.cc:25:62: error: 'pow' was not declared in this scope
             result += term.coefficient * pow(x, term.exponent);
                                                              ^

信息

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