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_17794924_29359.cpp:42:23: error: 'doubler' has not been declared
  Tcir(const point &o, doubler) : o(o), r(r) {}
                       ^
0_0_17794924_29359.cpp: In function 'int main()':
0_0_17794924_29359.cpp:112:6: error: 'found' was not declared in this scope
      found = true; break;
      ^
0_0_17794924_29359.cpp:115:7: error: 'found' was not declared in this scope
    if(found) {i--; C--; continue;}
       ^
0_0_17794924_29359.cpp:116:41: error: no matching function for call to 'point::point(double&, double&, double&)'
    c[i] = Tcir(point(cx[i], cy[i], cr[i]));
                                         ^
0_0_17794924_29359.cpp:116:41: note: candidates are:
0_0_17794924_29359.cpp:26:2: note: point::point(double, double)
  point(double x, double y) : x(x), y(y) {}
  ^
0_0_17794924_29359.cpp:26:2: note:   candidate expects 2 arguments, 3 provided
0_0_17794924_29359.cpp:25:2: note: point::point()
  point() {x = 0, y = 0;}
  ^
0_0_17794924_29359.cpp:25:2: note:   candidate expects 0 arguments, 3 provided
0_0_17794924_29359.cpp:22:8: note: constexpr point::point(const point&)
 struct point
        ^
0_0_17794924_29359.cpp:22:8: note:   candidate expects 1 argument, 3 provided
0_0_17794924_29359.cpp:22:8: note: constexpr point::point(point&&)
0_0_17794924_29359.cpp:22:8: note:   candidate expects 1 argument, 3 provided


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 23:35:01, Gzip enabled