摘要: 实验任务1: 源代码T.h 1 #pragma once 2 #include<string> 3 4 class T{ 5 public: 6 T(int x=0,int y=0); 7 T(const T &t); 8 T(T &&t); 9 ~T(); 10 11 void adjust(in 阅读全文
posted @ 2025-10-28 00:25 知之为吃吃 阅读(18) 评论(1) 推荐(0)