update usage in main.cpp

parent 49c58664
......@@ -12,7 +12,7 @@ int main(){
v1.push_back(e);
}
vector<int> v2 = sort_custom(v1);
vector<int> v2 = sort_custom(v1,0,v1.size()-1);
for(int i=0;i<n;i++){
cout<<v2[i]<<" ";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment