摘要: 任务1 方式1 1 #ifndef T_H 2 #define T_H 3 #include <iostream> 4 #include <string> 5 using namespace std; 6 class T { 7 public: 8 T(int x = 0, int y = 0); 阅读全文
posted @ 2023-10-23 01:20 音也 阅读(22) 评论(0) 推荐(0)