摘要: 1、类图 2、代码 #include<iostream> #include<string> using namespace std; class StudentNo { private: static StudentNo *student; string no; StudentNo() {}; vo 阅读全文
posted @ 2021-10-01 09:58 第厘 阅读(244) 评论(0) 推荐(0)