This commit is contained in:
Jana Kapalková 2026-03-12 19:01:26 +01:00
parent bac23add86
commit e3ae1aef26

View File

@ -45,7 +45,7 @@ int main(void) {
students[i].votes += votes;
}
if (count == 0) {
printf("Chyba: ziaden platny zaznam.\n");
printf("Nepodarilo nacitat nic.\n");
return 0;
}
qsort(students, count, sizeof(Student), cmp);