Изменил(а) на 'du1/program.c'
This commit is contained in:
parent
1ca63ae9b2
commit
438eab4a29
@ -26,15 +26,11 @@ pop++;
|
||||
}
|
||||
}
|
||||
else{
|
||||
if(c != 10){
|
||||
if(c != 10 && pop == 0){
|
||||
printf("%c\n", c);
|
||||
//riadok++;
|
||||
}
|
||||
}
|
||||
/*if(pop == 0){
|
||||
printf("%d", c);
|
||||
riadok++;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
pop = 0;
|
||||
count = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user