摘要: 1 #ifndef T_H 2 #define T_H 3 4 #include <iostream> 5 #include <string> 6 7 using namespace std; 8 9 // 类T的声明 10 class T { 11 public: 12 T(int x = 0, 阅读全文
posted @ 2023-10-23 00:01 呆胶布ovo 阅读(36) 评论(0) 推荐(0)