Initialization
This commit is contained in:
parent
2dd1308057
commit
6df932dde0
@ -44,7 +44,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num_accepted < max_students && num_accepted < num_students) {
|
if (num_accepted < max_students) {
|
||||||
printf("Neprijati studenti:");
|
printf("Neprijati studenti:");
|
||||||
for (int i = 0; i < max_students; i++) {
|
for (int i = 0; i < max_students; i++) {
|
||||||
if (names[i][0] == '\0') {
|
if (names[i][0] == '\0') {
|
||||||
@ -52,6 +52,6 @@ int main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user