fix nacitavania druhej a dalsej hodnoty v poradi(asi)

This commit is contained in:
Aleš Novysedlák 2025-02-25 09:55:25 +01:00
parent d4e8985792
commit 60b116ec58

View File

@ -34,7 +34,7 @@ int main() {
}
printf("Súťažiaci č. %d vypil %d pohárov.\n", user_counter, current_number);
user_counter++;
starting_index = iterating_index + 1;
starting_index = iterating_index;
}
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_number_user_pair[1], max_number_user_pair[0]);
return 0;