Изменить 'du6/program.c'

This commit is contained in:
Pavlo Tverdyi 2020-04-16 14:53:36 +00:00
parent 502f97862d
commit 8ce0eecee0

View File

@ -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'){