This commit is contained in:
Roman Khaliavka 2025-02-25 17:32:03 +00:00
parent 06a80b6a93
commit 1930544378

View File

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