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