Aktualizovat a3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-30 07:55:52 +00:00
parent 0793f6b4bd
commit 2e6a0cbd40

View File

@ -44,7 +44,7 @@ int main()
return 0; return 0;
} }
qsort(student, STUDENT_SIZE, sizeof(struct studentsApplication), compare); qsort(student, STUDENT_SIZE, sizeof(struct studentApplication), compare);
// vypis vysledkov: // vypis vysledkov:
for (int i = 0; i < studentsAmount; i++) for (int i = 0; i < studentsAmount; i++)