vypisovanie viacerych vyhercov naraz 7
This commit is contained in:
parent
21e63b1690
commit
942dd6b002
@ -27,7 +27,10 @@ int main() {
|
||||
if (loading_string[iterating_index] == '\n') last=1;
|
||||
int number_size = iterating_index-starting_index;
|
||||
int current_number = 0;
|
||||
if (is_space) continue;
|
||||
if (is_space) {
|
||||
iterating_index++;
|
||||
continue;
|
||||
}
|
||||
//if (number_size == 0) empty = 1;
|
||||
is_space = 0;
|
||||
for (int l=0;l<number_size;l++) {
|
||||
|
Loading…
Reference in New Issue
Block a user