摘要: 任务一: T.h 1 #pragma once 2 #include<string> 3 class T 4 { 5 public: 6 T(int x=0,int y=0); 7 T(const T &t); 8 T(T &&t); 9 ~T(); 10 void adjust(int ratio 阅读全文
posted @ 2025-10-26 11:10 零和星际 阅读(29) 评论(1) 推荐(0)