///gnc #include #include #include #include using namespace std; typedef complex plant; int main(void) { int nc; //cout<>nc; while ( nc-- > 0 ) { int ndots; int i, j, k; double d; vector pls; in>>ndots; k=0; for ( i=0 ; i>j>>x>>y; pls.push_back(plant(x,y)); if (imag(pls[k])>y ) k=i; } plant line; plant cur; cout<