摘要: 实验任务1: 1.源代码 1 #include "T.h" 2 #include <iostream> 3 #include <string> 4 const std::string T::doc{"a simple class sample"}; 5 const int T::max_cnt = 阅读全文
posted @ 2025-10-22 20:47 flower00 阅读(28) 评论(1) 推荐(0)