7_3
This commit is contained in:
parent
5a3531337e
commit
e658b49225
|
@ -95,5 +95,6 @@ void createSortedList(list<int>& lista, int tab[], int n) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (it == lista.end()) lista.push_back(tab[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue