运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
428777 | yuhuaifeng | 1443 - 这是非常难的中等简单题 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 606 | 2年前 |
Main.cc: In function ‘int main()’:
Main.cc:24:16: error: ‘pow’ was not declared in this scope
24 | a[i] = pow(a[i], b[i]);
| ^~~