Изменить 'du6/program.c'
This commit is contained in:
parent
fc1741376f
commit
1a7067a4c0
@ -92,8 +92,8 @@ void print(struct LIS *list,int count,int places){
|
||||
}
|
||||
}
|
||||
void AAAAA(struct LIS* list, int count,int places){
|
||||
for(int i=0;i<count-1;i++){
|
||||
for(int j=i+1;j<count;j++){
|
||||
for(int i=0;i<count*2-1;i++){
|
||||
for(int j=i+1;j<count*2;j++){
|
||||
if(strcmp(list[i].fname,list[j].fname)==0 && list[j].num!=-1){
|
||||
list[j].num=-1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user