commit
This commit is contained in:
parent
e3ae1aef26
commit
a5e30acb49
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user