int cuadrante(int x,int y){ if(x>X0){ if(y>=Y0) return 1; else return 4; } else { if(y>YO) return 2; else return 3; } }