运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
426777 | kkight | 1022 - 水仙花数 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 488 | 2年前 |
Main.cc: In function ‘int main()’:
Main.cc:13:45: error: ‘pow’ was not declared in this scope
13 | if (i * 100 + j * 10 + z == pow(i, 3) + pow(j, 3) + pow(z, 3)) {
| ^~~