摘要: 1 t.h 2 #pragma once 3 #include<string> 4 using namespace std; 5 class T { 6 7 public: 8 T(int x = 0, int y = 0); 9 T(const T& t); 10 T(T&& t); 11 ~T( 阅读全文
posted @ 2024-10-22 22:50 泽康郁 阅读(26) 评论(0) 推荐(0) 编辑