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_26881158_25921.cpp:11:2: error: stray '#' in program
     double x,y;
  ^
0_0_26881158_25921.cpp:11:9: error: stray '#' in program
     double x,y;
         ^
0_0_26881158_25921.cpp:17:2: error: stray '#' in program
     return sqrt(((a.x-b.x)*(a.x-b.x))+((a.y-b.y)*(a.y-b.y)));
  ^
0_0_26881158_25921.cpp:17:9: error: stray '#' in program
     return sqrt(((a.x-b.x)*(a.x-b.x))+((a.y-b.y)*(a.y-b.y)));
         ^
0_0_26881158_25921.cpp:21:2: error: stray '#' in program
     point q;
  ^
0_0_26881158_25921.cpp:21:9: error: stray '#' in program
     point q;
         ^
0_0_26881158_25921.cpp:22:2: error: stray '#' in program
     q.x=((c.y-a.y)*(c.y-b.y)*(b.y-a.y)+(a.x*a.x-b.x*b.x)*(c.y-a.y)-(a.x*a.x-c.x*c.x)*(b.y-a.y))/(2*((c.y-a.y)*(a.x-b.x)-(a.x-c.x)*(b.y-a.y)));
  ^
0_0_26881158_25921.cpp:22:9: error: stray '#' in program
     q.x=((c.y-a.y)*(c.y-b.y)*(b.y-a.y)+(a.x*a.x-b.x*b.x)*(c.y-a.y)-(a.x*a.x-c.x*c.x)*(b.y-a.y))/(2*((c.y-a.y)*(a.x-b.x)-(a.x-c.x)*(b.y-a.y)));
         ^
0_0_26881158_25921.cpp:23:2: error: stray '#' in program
     q.y=((c.x-a.x)*(c.x-b.x)*(b.x-a.x)+(a.y*a.y-b.y*b.y)*(c.x-a.x)-(a.y*a.y-c.y*c.y)*(b.x-a.x))/(2*((c.x-a.x)*(a.y-b.y)-(a.y-c.y)*(b.x-a.x)));
  ^
0_0_26881158_25921.cpp:23:9: error: stray '#' in program
     q.y=((c.x-a.x)*(c.x-b.x)*(b.x-a.x)+(a.y*a.y-b.y*b.y)*(c.x-a.x)-(a.y*a.y-c.y*c.y)*(b.x-a.x))/(2*((c.x-a.x)*(a.y-b.y)-(a.y-c.y)*(b.x-a.x)));
         ^
0_0_26881158_25921.cpp:24:2: error: stray '#' in program
     return q;
  ^
0_0_26881158_25921.cpp:24:9: error: stray '#' in program
     return q;
         ^
0_0_26881158_25921.cpp:28:2: error: stray '#' in program
     srand(time(NULL));
  ^
0_0_26881158_25921.cpp:28:9: error: stray '#' in program
     srand(time(NULL));
         ^
0_0_26881158_25921.cpp:29:2: error: stray '#' in program
     int t;
  ^
0_0_26881158_25921.cpp:29:9: error: stray '#' in program
     int t;
         ^
0_0_26881158_25921.cpp:30:2: error: stray '#' in program
     cin>>t;
  ^
0_0_26881158_25921.cpp:30:9: error: stray '#' in program
     cin>>t;
         ^
0_0_26881158_25921.cpp:31:2: error: stray '#' in program
     while(t--)
  ^
0_0_26881158_25921.cpp:31:9: error: stray '#' in program
     while(t--)
         ^
0_0_26881158_25921.cpp:32:2: error: stray '#' in program
     {
  ^
0_0_26881158_25921.cpp:32:9: error: stray '#' in program
     {
         ^
0_0_26881158_25921.cpp:33:2: error: stray '#' in program
         int n;
  ^
0_0_26881158_25921.cpp:33:9: error: stray '#' in program
         int n;
         ^
0_0_26881158_25921.cpp:33:16: error: stray '#' in program
         int n;
                ^
0_0_26881158_25921.cpp:33:23: error: stray '#' in program
         int n;
                       ^
0_0_26881158_25921.cpp:34:2: error: stray '#' in program
         scanf("%d",&n);
  ^
0_0_26881158_25921.cpp:34:9: error: stray '#' in program
         scanf("%d",&n);
         ^
0_0_26881158_25921.cpp:34:16: error: stray '#' in program
         scanf("%d",&n);
                ^
0_0_26881158_25921.cpp:34:23: error: stray '#' in program
         scanf("%d",&n);
                       ^
0_0_26881158_25921.cpp:35:2: error: stray '#' in program
         for(int i=0; i<n; i++)
  ^
0_0_26881158_25921.cpp:35:9: error: stray '#' in program
         for(int i=0; i<n; i++)
         ^
0_0_26881158_25921.cpp:35:16: error: stray '#' in program
         for(int i=0; i<n; i++)
                ^
0_0_26881158_25921.cpp:35:23: error: stray '#' in program
         for(int i=0; i<n; i++)
                       ^
0_0_26881158_25921.cpp:36:2: error: stray '#' in program
             scanf("%lf%lf",&p[i].x,&p[i].y);
  ^
0_0_26881158_25921.cpp:36:9: error: stray '#' in program
             scanf("%lf%lf",&p[i].x,&p[i].y);
         ^
0_0_26881158_25921.cpp:36:16: error: stray '#' in program
             scanf("%lf%lf",&p[i].x,&p[i].y);
                ^
0_0_26881158_25921.cpp:36:23: error: stray '#' in program
             scanf("%lf%lf",&p[i].x,&p[i].y);
                       ^
0_0_26881158_25921.cpp:36:30: error: stray '#' in program
             scanf("%lf%lf",&p[i].x,&p[i].y);
                              ^
0_0_26881158_25921.cpp:36:37: error: stray '#' in program
             scanf("%lf%lf",&p[i].x,&p[i].y);
                                     ^
0_0_26881158_25921.cpp:37:2: error: stray '#' in program
         if(n==1||n==2)
  ^
0_0_26881158_25921.cpp:37:9: error: stray '#' in program
         if(n==1||n==2)
         ^
0_0_26881158_25921.cpp:37:16: error: stray '#' in program
         if(n==1||n==2)
                ^
0_0_26881158_25921.cpp:37:23: error: stray '#' in program
         if(n==1||n==2)
                       ^
0_0_26881158_25921.cpp:38:2: error: stray '#' in program
         {
  ^
0_0_26881158_25921.cpp:38:9: error: stray '#' in program
         {
         ^
0_0_26881158_25921.cpp:38:16: error: stray '#' in program
         {
                ^
0_0_26881158_25921.cpp:38:23: error: stray '#' in program
         {
                       ^
0_0_26881158_25921.cpp:39:2: error: stray '#' in program
             printf("%lf %lf %lf\n",p[0].x+1,p[0].y,1.0);
  ^
0_0_26881158_25921.cpp:39:9: error: stray '#' in program
             printf("%lf %lf %lf\n",p[0].x+1,p[0].y,1.0);
         ^
0_0_26881158_25921.cpp:39:16: error: stray '#' in program
             printf("%lf %lf %lf\n",p[0].x+1,p[0].y,1.0);
                ^
0_0_26881158_25921.cpp:39:23: error: stray '#' in program
             printf("%lf %lf %lf\n",p[0].x+1,p[0].y,1.0);
                       ^
0_0_26881158_25921.cpp:39:30: error: stray '#' in program
             printf("%lf %lf %lf\n",p[0].x+1,p[0].y,1.0);
                              ^
0_0_26881158_25921.cpp:39:37: error: stray '#' in program
             printf("%lf %lf %lf\n",p[0].x+1,p[0].y,1.0);
                                     ^
0_0_26881158_25921.cpp:40:2: error: stray '#' in program
             continue;
  ^
0_0_26881158_25921.cpp:40:9: error: stray '#' in program
             continue;
         ^
0_0_26881158_25921.cpp:40:16: error: stray '#' in program
             continue;
                ^
0_0_26881158_25921.cpp:40:23: error: stray '#' in program
             continue;
                       ^
0_0_26881158_25921.cpp:40:30: error: stray '#' in program
             continue;
                              ^
0_0_26881158_25921.cpp:40:37: error: stray '#' in program
             continue;
                                     ^
0_0_26881158_25921.cpp:41:2: error: stray '#' in program
         }
  ^
0_0_26881158_25921.cpp:41:9: error: stray '#' in program
         }
         ^
0_0_26881158_25921.cpp:41:16: error: stray '#' in program
         }
                ^
0_0_26881158_25921.cpp:41:23: error: stray '#' in program
         }
                       ^
0_0_26881158_25921.cpp:42:2: error: stray '#' in program
         if(n==3||n==4)
  ^
0_0_26881158_25921.cpp:42:9: error: stray '#' in program
         if(n==3||n==4)
         ^
0_0_26881158_25921.cpp:42:16: error: stray '#' in program
         if(n==3||n==4)
                ^
0_0_26881158_25921.cpp:42:23: error: stray '#' in program
         if(n==3||n==4)
                       ^
0_0_26881158_25921.cpp:43:2: error: stray '#' in program
         {
  ^
0_0_26881158_25921.cpp:43:9: error: stray '#' in program
         {
         ^
0_0_26881158_25921.cpp:43:16: error: stray '#' in program
         {
                ^
0_0_26881158_25921.cpp:43:23: error: stray '#' in program
         {
                       ^
0_0_26881158_25921.cpp:44:2: error: stray '#' in program
             printf("%lf %lf %lf\n",(p[0].x+p[1].x)/2,(p[0].y+p[1].y)/2,dis(p[0],p[1])/2);
  ^
0_0_26881158_25921.cpp:44:9: error: stray '#' in program
             printf("%lf %lf %lf\n",(p[0].x+p[1].x)/2,(p[0].y+p[1].y)/2,dis(p[0],p[1])/2);
         ^
0_0_26881158_25921.cpp:44:16: error: stray '#' in program
             printf("%lf %lf %lf\n",(p[0].x+p[1].x)/2,(p[0].y+p[1].y)/2,dis(p[0],p[1])/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-07-07 08:28:38, Gzip enabled