10 2021 档案

摘要://Info.hpp #ifndef EMPLOYEE_HPP #define EMPLOYEE_HPP #include<iostream> #include<string> using namespace std; class Info { private: string nickname; s 阅读全文
posted @ 2021-10-31 15:04 予你一叶舟 阅读(41) 评论(1) 推荐(0)
摘要:Complex.hpp //Complex.hpp#ifndef EMPLOYEE_HPP #define EMPLOYEE_HPP #include<iostream> #include<cmath> class Complex { private: double real; double ima 阅读全文
posted @ 2021-10-21 18:06 予你一叶舟 阅读(26) 评论(2) 推荐(0)