Изменить 'du6/program.c'
This commit is contained in:
parent
86ae5b951c
commit
0b29479f3f
@ -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++){
|
||||
|
Loading…
Reference in New Issue
Block a user