diff --git a/du5/program.c b/du5/program.c index 24c9860..25d9c59 100644 --- a/du5/program.c +++ b/du5/program.c @@ -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