摘要: 实验任务1 1.代码: 1 #include<iostream> 2 #include<string> 3 #include<vector> 4 #include<array> 5 6 7 // 函数模板 8 // 对满足特定条件的序列类型T对象,使用范围for输出 9 template<typen 阅读全文
posted @ 2023-10-16 22:23 懿里 阅读(45) 评论(0) 推荐(0)