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_29491552_29160.cpp: In function 'double sqr(double)':
0_0_29491552_29160.cpp:9:2: error: 'nbsp' was not declared in this scope
     return a*a;
  ^
0_0_29491552_29160.cpp: In function 'bool check(double, double, double)':
0_0_29491552_29160.cpp:15:2: error: 'nbsp' was not declared in this scope
     if(fabs(sqr(x-ax)+sqr(y-ay)-sqr(r+m1*r1))>eps)return false;
  ^
0_0_29491552_29160.cpp: In function 'int main()':
0_0_29491552_29160.cpp:22:2: error: 'nbsp' was not declared in this scope
     //freopen("input.txt", "r", stdin);
  ^
0_0_29491552_29160.cpp:44:93: error: continue statement not within a loop
         if(fabs(bb*a-aa*b)<eps){printf("NO SOLUTION!\n");continue;}
                                                                                             ^
0_0_29491552_29160.cpp:47:93: error: continue statement not within a loop
         if(fabs(b*aa-bb*a)<eps){printf("NO SOLUTION!\n");continue;}
                                                                                             ^
0_0_29491552_29160.cpp:55:85: error: continue statement not within a loop
         if(B*B-4*A*C<0){printf("NO SOLUTION!\n");continue;}
                                                                                     ^
0_0_29491552_29160.cpp:56:85: error: continue statement not within a loop
         if(fabs(A)<eps){printf("NO SOLUTION!\n");continue;}
                                                                                     ^
0_0_29491552_29160.cpp:65:68: error: continue statement not within a loop
             continue;
                                                                    ^
0_0_29491552_29160.cpp:75:68: error: continue statement not within a loop
             continue;
                                                                    ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-18 20:07:38, Gzip enabled