摘要: #include<iostream> #include<string> #include<vector> #include<array> // 函数模板 // 对满足特定条件的序列类型T对象,使用范围for输出 template<typename T> void output1(const T &o 阅读全文
posted @ 2023-10-17 12:36 贾睿 阅读(23) 评论(0) 推荐(0)