10 2021 档案

摘要:info.h #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<algorithm> using namespace std; class Info{ private: string nickname; string cont 阅读全文
posted @ 2021-10-28 16:33 不知名摸鱼选手 阅读(43) 评论(1) 推荐(0)
摘要:#ifndef EMPLOYEE_HPP #define EMPLOYEE_HPP #include<iostream> #include<math.h> using namespace std; class Complex { public: ~Complex(); Complex(float a 阅读全文
posted @ 2021-10-26 22:42 不知名摸鱼选手 阅读(53) 评论(1) 推荐(0)