#include #include #include #include using namespace std; typedef complex P; #define EPS (1e-10) #define EQ(a,b) (abs((a)-(b))>re>>im; data[i]=P(re,im); } for(int i=0;i<3;i++){ int tmp=0; P v1,v2; for(int j=0;j<3;j++){ if(i!=j){ if(tmp==0){ v1=data[j]-data[i]; tmp++; } else { v2=data[j]-data[i]; } } } if(norm2(v1)==norm2(v2) && dot(v1,v2)==0){ P v3=data[i]+v1+v2; cout<