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