return max (max (a, b), max (c, d));

return max(max(a,b),max(c,d));
Disgusted Dolphin