Изменить 'du6/program.c'
This commit is contained in:
parent
8ce4264c41
commit
b52678e9f4
@ -81,7 +81,7 @@ void print(struct LIS *list,int count,int places){
|
||||
}
|
||||
if(count-places>0){
|
||||
printf("Neprijati studenti:\n");
|
||||
for(i=(count-places+1);i<30;i++){
|
||||
for(int i=(count-places)+2;i<30;i++){
|
||||
if(list[i].num==0){
|
||||
fputs(list[i].fname,stdout);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user