Max
COORD Max; /* Max area robots take up */
Max.y = 0;
Max.x = 0;
if (cp->y > Max.y)
Max.y = cp->y;
if (cp->x > Max.x)
Max.x = cp->x;
move(Max.y, Max.x);
move(Max.y, Max.x);
Max.y = 0;
Max.x = 0;
if (rp->y > Max.y)
Max.y = rp->y;
if (rp->x > Max.x)
Max.x = rp->x;
move(Max.y, Max.x);
extern COORD Max, Min, My_pos, Robots[];
ds->n, Min(ds), Max(ds), Median(ds), Avg(ds), Stddev(ds));
AdjPlot(Max(ds));