Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:30:33: error: 'pow' was not declared in this scope cost[1][i] = a[1]*pow(i,b[1]); ^ /in/foo.cc:35:65: error: 'pow' was not declared in this scope cost[i][j] = llmin(cost[i][j],cost[i-1][k]+a[i]*pow(j-k,b[i])); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1198 最佳课题选择
- 语言
- C++
- 递交时间
- 2019-12-06 15:13:51
- 评测时间
- 2019-12-06 15:13:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes