01 02 03 04 05 06 07 08 09
public static int f (int x, int y, int z) { /* m == max(x) */ /* m == max(x,y) */ /* m == max(x,y,z) */ return m; }