static int areaFromPoints(int x1, int y1, int x2, int y2) { ret (x1-x1)*(y2-y1); }