vypisovanie zastavi pri zapornych cislach 2

This commit is contained in:
Aleš Novysedlák 2025-02-27 14:30:47 +01:00
parent f1f764e63a
commit ae63e4fce4

View File

@ -71,6 +71,7 @@ int main() {
for (int i=0;i<repeating_values_index;i++) {
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",repeating_values[i], max_number_user_pair[0]);
}
if (user_counter == 0) printf("Chyba: Málo platných hodnôt.\n");
return 0;
}