Aktualizovat a3/program.c
This commit is contained in:
parent
123f8bf7ce
commit
febaab842c
@ -80,7 +80,7 @@ int main()
|
||||
return 0;
|
||||
}
|
||||
|
||||
qsort(student, studentsAmount, sizeof(struct studentApplication), compare);
|
||||
qsort(student, i, sizeof(struct studentApplication), compare);
|
||||
|
||||
//vykalkuluje realny mozny limit studentov na zaklade nacitanych zaznamov (index premena 'i' = celkovy pocet najdenych studentov)
|
||||
//a celkovom pocte akceptovanych studentov najdenom na prvom riadku (studentsAmount premena) a ano, mam zle pomenovane premeny
|
||||
|
||||
Loading…
Reference in New Issue
Block a user