Оновити 'cv5/program.c'

This commit is contained in:
Kapliuk 2024-03-20 23:15:23 +00:00
parent e31471908b
commit e60a359b7a

View File

@ -73,7 +73,6 @@ int main(){
}
counter--;
qsort(databaza, size, sizeof(struct student), compare_votes);
qsort(databaza, size, sizeof(struct student), compare_names);
printf("Vysledky:\n");
for(int i = 0; i < size; i++) {
if(databaza[i].votes != 0)