Ver originalmaximo = a; if( b > a ) maximo = b; if( c > maximo ) maximo = c; if( d > maximo ) maximo = d; printf( "Maximo: %d", maximo );