10 2021 档案

摘要:info.hpp #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<string> #include<vector> using namespace std; class info { public: info(string 阅读全文
posted @ 2021-10-30 15:40 歧念 阅读(44) 评论(3) 推荐(0)
摘要:complex.hpp #ifndef COMPLEX_HPP #define COMPLEX_HPP #include<iostream> #include<cmath> using namespace std; class Complex { public: Complex():real(0), 阅读全文
posted @ 2021-10-24 11:52 歧念 阅读(43) 评论(3) 推荐(0)