摘要: 实验任务一: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <array> 5 template<typename T> 6 void output1(const T &obj) 7 { 8 for( 阅读全文
posted @ 2023-10-19 23:24 春满城 阅读(14) 评论(0) 推荐(0)