摘要: 实验任务1 task1. cpp源码 t.h: 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 阅读全文
posted @ 2023-10-22 15:59 oacuiaka 阅读(35) 评论(0) 推荐(0)