摘要: task1 t.h 1 #ifndef T_H 2 #define T_H 3 #include <iostream> 4 #include <string> 5 using namespace std; 6 // 类T的声明 7 class T { 8 public: 9 T(int x = 0, 阅读全文
posted @ 2023-10-23 09:17 Serenity-X 阅读(22) 评论(0) 推荐(0)