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_22597415_3048.cpp:12:8: error: redeclaration of 'int& P::nbsp'
   int x,y;
        ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp:13:2: error: redeclaration of 'int& P::nbsp'
   P(){}
  ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp:13:8: error: redeclaration of 'int& P::nbsp'
   P(){}
        ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp:14:2: error: redeclaration of 'int& P::nbsp'
   P(int _x,int _y){x=_x,y=_y;}
  ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp:14:8: error: redeclaration of 'int& P::nbsp'
   P(int _x,int _y){x=_x,y=_y;}
        ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp:15:2: error: redeclaration of 'int& P::nbsp'
   ll operator*(const P&b){return 1LL*x*b.y-1LL*y*b.x;}
  ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp:15:8: error: redeclaration of 'int& P::nbsp'
   ll operator*(const P&b){return 1LL*x*b.y-1LL*y*b.x;}
        ^
0_0_22597415_3048.cpp:12:2: note: previous declaration 'int& P::nbsp'
   int x,y;
  ^
0_0_22597415_3048.cpp: In constructor 'P::P()':
0_0_22597415_3048.cpp:13:13: error: uninitialized reference member in 'int&' [-fpermissive]
   P(){}
             ^
0_0_22597415_3048.cpp:12:2: note: 'int& P::nbsp' should be initialized
   int x,y;
  ^
0_0_22597415_3048.cpp: In constructor 'P::P(int, int)':
0_0_22597415_3048.cpp:14:13: error: uninitialized reference member in 'int&' [-fpermissive]
   P(int _x,int _y){x=_x,y=_y;}
             ^
0_0_22597415_3048.cpp:12:2: note: 'int& P::nbsp' should be initialized
   int x,y;
  ^
0_0_22597415_3048.cpp: At global scope:
0_0_22597415_3048.cpp:18:8: error: redeclaration of 'int& E::nbsp'
   int x,y,z;double o;
        ^
0_0_22597415_3048.cpp:18:2: note: previous declaration 'int& E::nbsp'
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp:19:2: error: redeclaration of 'int& E::nbsp'
   E(){}
  ^
0_0_22597415_3048.cpp:18:2: note: previous declaration 'int& E::nbsp'
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp:19:8: error: redeclaration of 'int& E::nbsp'
   E(){}
        ^
0_0_22597415_3048.cpp:18:2: note: previous declaration 'int& E::nbsp'
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp:20:2: error: redeclaration of 'int& E::nbsp'
   E(int _x,int _y,int _z){x=_x,y=_y,z=_z,o=atan2(a[y].x-a[x].x,a[y].y-a[x].y);}
  ^
0_0_22597415_3048.cpp:18:2: note: previous declaration 'int& E::nbsp'
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp:20:8: error: redeclaration of 'int& E::nbsp'
   E(int _x,int _y,int _z){x=_x,y=_y,z=_z,o=atan2(a[y].x-a[x].x,a[y].y-a[x].y);}
        ^
0_0_22597415_3048.cpp:18:2: note: previous declaration 'int& E::nbsp'
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp: In constructor 'E::E()':
0_0_22597415_3048.cpp:19:13: error: uninitialized reference member in 'int&' [-fpermissive]
   E(){}
             ^
0_0_22597415_3048.cpp:18:2: note: 'int& E::nbsp' should be initialized
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp: In constructor 'E::E(int, int, int)':
0_0_22597415_3048.cpp:20:13: error: uninitialized reference member in 'int&' [-fpermissive]
   E(int _x,int _y,int _z){x=_x,y=_y,z=_z,o=atan2(a[y].x-a[x].x,a[y].y-a[x].y);}
             ^
0_0_22597415_3048.cpp:18:2: note: 'int& E::nbsp' should be initialized
   int x,y,z;double o;
  ^
0_0_22597415_3048.cpp: In function 'void GetArea::work()':
0_0_22597415_3048.cpp:27:2: error: 'nbsp' was not declared in this scope
   for(i=0;i<m+m;i++)if(!del[i]){
  ^
0_0_22597415_3048.cpp: In function 'void GH::add(int, int, int)':
0_0_22597415_3048.cpp:46:2: error: 'nbsp' was not declared in this scope
   E*p=cur++;p->t=t;p->f=f;p->nxt=g[s];g[s]=p;
  ^
0_0_22597415_3048.cpp: In function 'int GH::sap(int, int)':
0_0_22597415_3048.cpp:52:2: error: 'nbsp' was not declared in this scope
   if(v==T)return flow;
  ^
0_0_22597415_3048.cpp: In function 'void GH::dfs(int)':
0_0_22597415_3048.cpp:64:2: error: 'nbsp' was not declared in this scope
   vis[x]=1;
  ^
0_0_22597415_3048.cpp: In function 'void GH::solve(int, int)':
0_0_22597415_3048.cpp:68:2: error: 'nbsp' was not declared in this scope
   if(l>=r)return;
  ^
0_0_22597415_3048.cpp: In function 'int GH::work()':
0_0_22597415_3048.cpp:83:2: error: 'nbsp' was not declared in this scope
   S=n+1;T=S+1;
  ^
0_0_22597415_3048.cpp: In function 'int getid()':
0_0_22597415_3048.cpp:90:2: error: 'nbsp' was not declared in this scope
   int x,y;
  ^
0_0_22597415_3048.cpp:94:17: error: use of deleted function 'P& P::operator=(P&&)'
   a[n]=P(x,y);
                 ^
0_0_22597415_3048.cpp:11:8: note: 'P& P::operator=(P&&)' is implicitly deleted because the default definition would be ill-formed:
 struct P{
        ^
0_0_22597415_3048.cpp:11:8: error: non-static reference member 'int& P::nbsp', can't use default assignment operator
0_0_22597415_3048.cpp: In function 'int main()':
0_0_22597415_3048.cpp:98:2: error: 'nbsp' was not declared in this scope
   scanf("%d",&Case);
  ^
0_0_22597415_3048.cpp:107:44: error: use of deleted function 'E& E::operator=(E&&)'
       e[i<<1]=E(x,y,z);
                                            ^
0_0_22597415_3048.cpp:17:8: note: 'E& E::operator=(E&&)' is implicitly deleted because the default definition would be ill-formed:
 struct E{
        ^
0_0_22597415_3048.cpp:17:8: error: non-static reference member 'int& E::nbsp', can't use default assignment operator
0_0_22597415_3048.cpp:108:46: error: use of deleted function 'E& E::operator=(E&&)'
       e[i<<1|1]=E(y,x,z);
                                              ^


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-06-26 14:34:20, Gzip enabled