Initialization
This commit is contained in:
parent
c430a567d7
commit
c84eed26e6
@ -44,14 +44,14 @@ int main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num_accepted < num_students) {
|
// if (num_accepted < num_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') {
|
||||||
printf("%s", names[i]);
|
// printf("%s", names[i]);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user