/ Vijos /

记录详情

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
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1012 清帝之惑之雍正
语言
C++
递交时间
2023-07-27 14:44:54
评测时间
2023-07-27 14:44:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes