摘要: 实验任务1 源代码: 1 #include<iostream> 2 #include<string> 3 #include<vector> 4 #include<array> 5 6 7 template<typename T> 8 void output1(const T &obj){ 9 for 阅读全文
posted @ 2023-10-19 21:55 崎膺 阅读(11) 评论(0) 推荐(0) 编辑