10 2021 档案

摘要://info.hpp #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<string> using namespace std; class Info{ public: Info(string a,string b,strin 阅读全文
posted @ 2021-10-29 00:31 gujia 阅读(48) 评论(3) 推荐(0)
摘要:task3 //Complex.hpp #ifndef COMPLEX_HPP #define COMPLEX_HPP #include <iostream> #include <cmath> using namespace std; class Complex { public: Complex( 阅读全文
posted @ 2021-10-23 00:36 gujia 阅读(49) 评论(3) 推荐(0)