This commit is contained in:
Jana Kapalková 2026-03-12 19:02:25 +01:00
parent e3ae1aef26
commit a5e30acb49

View File

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