diff --git a/cv5/program.c b/cv5/program.c index 8dcaaca..a80632f 100644 --- a/cv5/program.c +++ b/cv5/program.c @@ -60,7 +60,7 @@ int main() { qsort(students, total_students, sizeof(Student), compare_students); // Print the outcome - printf("Outcome:\n"); + printf("Výsledky:\n"); for (int i = 0; i < total_students; i++) { printf("%d %s\n", students[i].votes, students[i].name); } @@ -69,3 +69,72 @@ int main() { } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +