摘要: #include<iostream>#include<list>#include<deque>using namespace std;template<class T>void printContainer(const char* msg,const T& s){ cout<<msg<<":"; c 阅读全文
posted @ 2023-04-26 21:18 不会JAVA的小袁 阅读(10) 评论(0) 推荐(0) 编辑
摘要: #include<algorithm>#include<iterator>#include<vector>#include<iostream>using namespace std;template<class T,class InputIt,class OutputIt>void mySort(I 阅读全文
posted @ 2023-04-26 20:51 不会JAVA的小袁 阅读(13) 评论(0) 推荐(0) 编辑