0_0_22229542_27576.cpp: In function 'double getAreaPC(Point*, int, Circle)':
0_0_22229542_27576.cpp:299:8: error: redefinition of 'double getAreaPC(Point*, int, Circle)'
double getAreaPC(Point *Pts,int n,Circle c){
^
0_0_22229542_27576.cpp:293:8: note: 'double getAreaPC(Point*, int, Circle)' previously defined here
double getAreaPC(Point *Pts,int n,Circle c){
^
|