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