Изменить 'du5/program.c'
This commit is contained in:
parent
96ded11786
commit
f4375412dc
@ -70,7 +70,7 @@ void Sort_Struct(struct LIS *list,int count){//bubble sort :)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(list[i].num==list[j].num && strcmp(list[i].sname,list[j].sname)==0 ){
|
/* if(list[i].num==list[j].num && strcmp(list[i].sname,list[j].sname)==0 ){
|
||||||
for(int l=0;l<strlen(list[i].fname);l++){
|
for(int l=0;l<strlen(list[i].fname);l++){
|
||||||
if(list[i].fname<list[i+1].fname){
|
if(list[i].fname<list[i+1].fname){
|
||||||
ilusion=list[i];
|
ilusion=list[i];
|
||||||
@ -78,7 +78,7 @@ void Sort_Struct(struct LIS *list,int count){//bubble sort :)
|
|||||||
list[i+1]=ilusion;
|
list[i+1]=ilusion;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user