摘要: #include <iostream> #include <string> using namespace std; template<typename T,int size> class Data { T data[size]; public: Data() { cout << "input " 阅读全文
posted @ 2022-12-02 15:02 wshidaboss 阅读(48) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> using namespace std; class Student { public: Student(); Student(const string& name,int score1,int score2,int sco 阅读全文
posted @ 2022-12-02 10:20 wshidaboss 阅读(42) 评论(0) 推荐(0) 编辑