Compile Error
foo.cc: In function ‘bool cmp(lx, lx)’: foo.cc:12:13: error: ‘sqr’ was not declared in this scope; did you mean ‘sqrt’? 12 | return (sqr(a.x)+sqr(a.y))<(sqr(b.x)+sqr(b.y)); | ^~~ | sqrt foo.cc: In function ‘int main()’: foo.cc:22:14: error: ‘sqr’ was not declared in this scope; did you mean ‘sqrt’? 22 | ans=sqrt(sqr((p[n].x-p[1].x))+sqr((p[n].y-p[1].y))); | ^~~ | sqrt
信息
- 递交者
- 类型
- 递交
- 题目
- P1012 清帝之惑之雍正
- 语言
- C++
- 递交时间
- 2024-09-19 18:44:59
- 评测时间
- 2024-09-19 18:44:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes