vypisovanie viacerych vyhercov naraz 2
This commit is contained in:
parent
43a33594b5
commit
e25eea43e3
@ -52,7 +52,7 @@ int main() {
|
||||
if (last) starting_index = string_index+1;
|
||||
}
|
||||
for (int i=0;i<repeating_values_index;i++) {
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_number_user_pair[i], max_number_user_pair[0]);
|
||||
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",repeating_values[i], max_number_user_pair[0]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user