prova così
codice:
int max(int x, int y) {

   return x > y ? x : y;

}
dvi però gestire l'uguaglianza
ciao
sergio