10 2023 档案

摘要:任务一 t.h 1 #ifndef T_H 2 #define T_H 3 #include <iostream> 4 #include <string> 5 using namespace std; 6 class T 7 { 8 public: 9 T(int x=0,int y=0); 10 阅读全文
posted @ 2023-10-16 23:07 dmsx 阅读(47) 评论(0) 推荐(0)
摘要:任务一 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(auto i: 阅读全文
posted @ 2023-10-15 11:02 dmsx 阅读(45) 评论(0) 推荐(0)