fix nacitavania druhej a dalsej hodnoty v poradi(asi)
This commit is contained in:
parent
d4e8985792
commit
60b116ec58
@ -34,7 +34,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
printf("Súťažiaci č. %d vypil %d pohárov.\n", user_counter, current_number);
|
printf("Súťažiaci č. %d vypil %d pohárov.\n", user_counter, current_number);
|
||||||
user_counter++;
|
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]);
|
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;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user