Compile Error
foo.cc: In function ‘int main()’: foo.cc:21:63: error: ‘pow’ was not declared in this scope 21 | if (left) x = f[left - 1][right] + a[left] * pow(2, dep); | ^~~ foo.cc:23:72: error: ‘pow’ was not declared in this scope 23 | if (right) y = f[left][right - 1] + a[m - right + 1] * pow(2, dep); | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1378 矩阵取数游戏
- 语言
- C++
- 递交时间
- 2025-04-04 18:14:18
- 评测时间
- 2025-04-04 18:14:18
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes