Compile Error
/in/foo.cc: In function 'bool is_perfect_square(int)':
/in/foo.cc:11:27: error: 'sqrt' was not declared in this scope
double s = fmod(sqrt(x), 1.0);
^
/in/foo.cc:11:33: error: 'fmod' was not declared in this scope
double s = fmod(sqrt(x), 1.0);
^
信息
- 递交者
- 类型
- 递交
- 题目
- Basic STL II
- 语言
- C++
- 递交时间
- 2019-01-25 09:01:22
- 评测时间
- 2019-01-25 09:01:22
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes