F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_19442938_26519.cpp:7:10: error: expected unqualified-id before 'float'
  float x,float y;
          ^
0_0_19442938_26519.cpp: In constructor 'p::p(float, float)':
0_0_19442938_26519.cpp:8:26: error: class 'p' does not have any field named 'y'
  p(float x,float y):x(x),y(y){}
                          ^
0_0_19442938_26519.cpp: In function 'float dis(p&, float, float)':
0_0_19442938_26519.cpp:81:35: error: 'struct p' has no member named 'y'
  return sqrt(pow(x-o.x,2)+pow(y-o.y,2));
                                   ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-09-30 05:22:26, Gzip enabled