This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 14:20:12 +01:00
parent b1a44aefd9
commit 6d9be1dc22
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -26,7 +26,7 @@ int main(){
do{
printf("Súťažiaci č. %d vypil %d pohárov.\n",a+1,results[a]);
if(a == i - 1){
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",first,max);
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",a+1,max);
break;
}
a++;