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_19980529_25716.cpp: In function 'int main()':
0_0_19980529_25716.cpp:6:6: error: 'flaot' was not declared in this scope
      flaot x1,x2,y1,y2,,s;
      ^
0_0_19980529_25716.cpp:8:17: error: 'x1' was not declared in this scope
      while(cin>>x1&&x1!=EOF){
                 ^
0_0_19980529_25716.cpp:9:11: error: 'x2' was not declared in this scope
      cin>>x2>>y1>>y2;
           ^
0_0_19980529_25716.cpp:9:15: error: 'y1' was not declared in this scope
      cin>>x2>>y1>>y2;
               ^
0_0_19980529_25716.cpp:9:19: error: 'y2' was not declared in this scope
      cin>>x2>>y1>>y2;
                   ^
0_0_19980529_25716.cpp:10:6: error: 'a' was not declared in this scope
      a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));}
      ^
0_0_19980529_25716.cpp:10:44: error: 'sqrt' was not declared in this scope
      a=sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2));}
                                            ^
0_0_19980529_25716.cpp:11:12: error: 'a' was not declared in this scope
      cout<<a<<setprecision(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-28 03:22:42, Gzip enabled