funguje
This commit is contained in:
parent
a31f1f1fba
commit
72d32db934
@ -9,7 +9,6 @@ int main(){
|
||||
|
||||
int pole[VELKOST_POLA];
|
||||
memset(pole,0,VELKOST_POLA*(sizeof(int)));
|
||||
int max=0;
|
||||
|
||||
int max_hodnota=0;
|
||||
int idx=0;
|
||||
@ -38,8 +37,11 @@ int main(){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max+1, max_hodnota);
|
||||
for(int i=0; i<VELKOST_POLA;i++){
|
||||
if(pole[i]==max_hodnota){
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i+1, max_hodnota);
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user