摘要: 实验任务1 t.h 1 #ifndef T_H 2 #define T_H 3 #include <iostream> 4 #include <string> 5 using namespace std; 6 class T 7 { 8 public: 9 T(int x=0,int y=0); 1 阅读全文
posted @ 2023-10-23 01:00 春满城 阅读(26) 评论(0) 推荐(0)