Initialization
This commit is contained in:
parent
19f7d1fe4c
commit
44131bdffb
@ -56,7 +56,7 @@ int main() {
|
|||||||
printf("%s\n", applications[j]);
|
printf("%s\n", applications[j]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count < accepted_count) {
|
if (count > accepted_count) {
|
||||||
printf("Neprijati studenti:");
|
printf("Neprijati studenti:");
|
||||||
for (; j < i; j++) {
|
for (; j < i; j++) {
|
||||||
printf("%s\n", applications[j]);
|
printf("%s\n", applications[j]);
|
||||||
@ -70,4 +70,4 @@ int main() {
|
|||||||
free(applications);
|
free(applications);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user