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]);
|
||||
|
Loading…
Reference in New Issue
Block a user