try7
This commit is contained in:
parent
07b4b98269
commit
5bc70bd2ec
@ -34,7 +34,7 @@ int main() {
|
|||||||
|
|
||||||
for (int i = 0; i < count; i++) {
|
for (int i = 0; i < count; i++) {
|
||||||
if (results[i] == max) {
|
if (results[i] == max) {
|
||||||
printf(" Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i + 1, results[i]);
|
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i + 1, results[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user