This commit is contained in:
Kozar 2024-02-28 14:19:41 +01:00
parent 817eaed43f
commit ddaf699a07

View File

@ -31,7 +31,7 @@ int main(){
printf("Výherca je súťažiaci ");
for (int i = 0; i < count; i++) {
if (field[i] == max_num) {
printf("%d, ktorý vypil %d pohárov.\n", i + 1, max_num);
printf("%d ktorý vypil %d pohárov.\n", i + 1, max_num);
}
}