debug vstupu 2
This commit is contained in:
parent
9bce2e9539
commit
c85cc9d36b
@ -38,7 +38,10 @@ int main() {
|
|||||||
starting_index = iterating_index;
|
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]);
|
||||||
printf(loading_string);
|
int i = 0;
|
||||||
|
while(i != '\0') {
|
||||||
|
printf("%d ", loading_string[i])
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user