du1
This commit is contained in:
parent
06a80b6a93
commit
1930544378
@ -36,7 +36,6 @@ int main() {
|
|||||||
for (int i = 0; i < index; i++) {
|
for (int i = 0; i < index; i++) {
|
||||||
if (results[i] == max_value) {
|
if (results[i] == max_value) {
|
||||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i + 1, max_value);
|
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n", i + 1, max_value);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user