25.12.2015, 01:49
PHP код:
new texto[128];
new MAIORVALOR;
for(new i; i < 9; i ++)
{
if( tHand[i][Points] >= MAIORVALOR && tHand[i][Points] )
MAIORVALOR = tHand[i][Points];
}
for(new i; i < 9; i++)
{
if( tHand[i][Points] == MAIORVALOR )
format(texto, 128, "%stHand[%d][Points], ", texto, i);
}
printf("As maiores variбveis sгo: %spois cada uma tem %d pontos", texto, MAIORVALOR);