ASD
This commit is contained in:
parent
1b5d740b16
commit
e72beb30a8
@ -15,6 +15,7 @@ int main(){
|
||||
if(max < results[i]){
|
||||
//printf("Súťažiaci č. %d vypil %d pohárov.\n",i+1,results[i]);
|
||||
max = results[i];
|
||||
kolvo[a] = i;
|
||||
a = 0;
|
||||
}else if(max == results[i]){
|
||||
kolvo[a] = i - 1;
|
||||
@ -28,7 +29,7 @@ int main(){
|
||||
printf("Chyba: Málo platných hodnôt.\n");
|
||||
}else{
|
||||
if(a == 0){
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i,max);
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",kolvo[a],max);
|
||||
}else{
|
||||
i = 0;
|
||||
do{
|
||||
|
Loading…
Reference in New Issue
Block a user