Initialization
This commit is contained in:
parent
deb63e4614
commit
ebd2341fdf
@ -43,8 +43,8 @@ int main() {
|
||||
for (int i = 0; i < num_accepted; i++) {
|
||||
printf("%s\n", names[i]);
|
||||
}
|
||||
printf("%d",num_accepted);
|
||||
printf("%d",num_students);
|
||||
printf("%d1",num_accepted);
|
||||
printf("%d2",num_students);
|
||||
|
||||
if (num_students > num_accepted) {
|
||||
printf("Neprijati studenti:");
|
||||
|
Loading…
Reference in New Issue
Block a user