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

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