This commit is contained in:
Weber 2024-02-28 10:06:56 +00:00
parent 3a0c78f114
commit 621c3fff32

View File

@ -15,7 +15,7 @@ int main() {
}
if (count == 0) {
printf("Chyba: Málo platných hodnôt.\n");
return 1;
return 0;
}
for (int i = 0; i < count; i++) {
printf("Súťažiaci č. %d vypil %d pohárov.\n", i+1, results[i]);