This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 14:30:50 +01:00
parent 81f5eef1eb
commit 82a8be6e9d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -22,7 +22,7 @@ int main(){
}else if(i == 0){
printf("Chyba: Málo platných hodnôt.\n");
}else{
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i,results[i]);
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",i,max);
break;
}
}