This commit is contained in:
2024-12-22 00:44:49 +08:00
parent fd842609c2
commit 21a96762be
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -35,4 +35,5 @@ int main() {
list<int> l={3,6,2,10,'l',8,5,7,4,9};
int index=seqSearch(l,5);
cout<<index<<endl;
return 0;
}