This commit is contained in:
Andrii Hermaniuk 2022-03-10 18:34:21 +01:00
parent 550979778e
commit a31f1f1fba

View File

@ -39,7 +39,7 @@ int main(){
}
printf("Súťažiaci č. %d vypil %d pohárov.\n",max+1, max_hodnota);
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max+1, max_hodnota);
return 0;
}