摘要: 1、实验任务1: T.h源代码: 1 #pragma once 2 3 #include <string> 4 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(); 12 1 阅读全文
posted @ 2025-10-28 22:56 雅ya 阅读(6) 评论(1) 推荐(0)