G
This commit is contained in:
parent
817eaed43f
commit
ddaf699a07
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user