Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:13:8: error: 'pow' was not declared in this scope s = pow(a, 3) + pow(b, 3) + pow(c, 3); ^~~ /in/foo.cc:13:8: note: suggested alternative: 'putw' s = pow(a, 3) + pow(b, 3) + pow(c, 3); ^~~ putw /in/foo.cc:26:1: error: expected '}' at end of input } ^
信息
- 递交者
- 类型
- 自测
- 题目
- 水仙花数一
- 语言
- C++
- 递交时间
- 2017-10-20 22:25:55
- 评测时间
- 2017-10-20 22:25:55
- 评测机
- 分数
- 0
- 总耗时
- 357ms
- 峰值内存
- 29.805 MiB