c2
This commit is contained in:
parent
f091d27813
commit
df4b43a5e4
@ -60,12 +60,8 @@ int main(int argc, char const *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if(loaded==0){
|
||||
if(size==0){
|
||||
puts("Ziadne prihlasky");
|
||||
for(int i=0; i<SIZE; i++){
|
||||
free(students[i]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@ -74,12 +70,9 @@ int main(int argc, char const *argv[])
|
||||
puts("Prijati studenti:");
|
||||
for(int i=0; i<size; i++)
|
||||
puts(students[i]);
|
||||
|
||||
if(size!=loaded){
|
||||
puts("Neprijati studenti:");
|
||||
for(int i=size; i<loaded; i++)
|
||||
puts(students[i]);
|
||||
}
|
||||
|
||||
for(int i=0; i<SIZE; i++){
|
||||
free(students[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user