Compile Error

foo.cc: In function 'int main()':
foo.cc:6:14: error: unable to find numeric literal operator 'operator""x'
    6 |         cin>>1x>>y1>>x2>>y2;
      |              ^~
foo.cc:6:14: note: use '-fext-numeric-literals' to enable more built-in suffixes
foo.cc:7:50: error: expected ';' before 'return'
    7 |         cout<<sqrt(pow((x1-x2),2)+pow((y1-y2),2))
      |                                                  ^
      |                                                  ;
    8 |         return 0;
      |         ~~~~~~                                    
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1647 距离
语言
C++
递交时间
2023-07-16 12:04:30
评测时间
2023-07-16 12:04:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes