This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 14:31:33 +01:00
parent 82a8be6e9d
commit 54a2678e3d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

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