Изменить 'du6/program.c'
This commit is contained in:
parent
502f97862d
commit
8ce0eecee0
@ -87,6 +87,7 @@ void print(struct LIS *list,int count,int places){
|
|||||||
int i=1;
|
int i=1;
|
||||||
if(count==1){
|
if(count==1){
|
||||||
i=0;
|
i=0;
|
||||||
|
count--;
|
||||||
}
|
}
|
||||||
for(i;i<=count;i++){
|
for(i;i<=count;i++){
|
||||||
if(list[i].num==2 && list[i].fname[0]!='\n'){
|
if(list[i].num==2 && list[i].fname[0]!='\n'){
|
||||||
|
Loading…
Reference in New Issue
Block a user