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

This commit is contained in:
Oleksandr Hryshchenko 2021-04-06 15:13:28 +00:00
parent 8e6618468d
commit aedbd606ad

View File

@ -52,6 +52,7 @@ void bsortDesc(struct entry* list[80], int s){
list[j + 1] = temp;
}
}
count = 0;
}
}
}