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

This commit is contained in:
Pavlo Tverdyi 2020-04-16 15:09:19 +00:00
parent 86ae5b951c
commit 0b29479f3f

View File

@ -62,7 +62,7 @@ void sort(struct LIS* list,int count){
struct LIS ilusion;
char *min;
int mini;
for(int i=0;i<count-1;i++){
for(int i=0;i<=count-1;i++){
min=list[i].fname;
mini=i;
for(int j=i+1;j<=count;j++){