10 2021 档案

摘要:#ifndef Info_hpp #define Info_hpp #include<iostream> using namespace std; class Info{ public: Info(); Info(string nickname0,string contact0,string cit 阅读全文
posted @ 2021-10-31 12:08 辛夸高岭桂 阅读(52) 评论(2) 推荐(0)
摘要:#ifndef Complex_hpp #define Complex_hpp #include<iostream> #include<cmath> using namespace std; class Complex{ public: Complex(); Complex(double a) { 阅读全文
posted @ 2021-10-24 22:45 辛夸高岭桂 阅读(54) 评论(2) 推荐(0)