Изменил(а) на 'du1/program.c'
This commit is contained in:
parent
04d327b6b6
commit
c9c0d2e2b8
@ -23,7 +23,7 @@ riadok++;
|
||||
pop++;
|
||||
}
|
||||
else{
|
||||
if(c != 10 && pop == 0){
|
||||
if(c != 32 && c != 10 && pop == 0){
|
||||
printf("%c\n", c);
|
||||
riadok++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user