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
阅读全文
摘要:任务一 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:
阅读全文
浙公网安备 33010602011771号