10 2022 档案

摘要:#pragma once #include<iostream> #include<string> #include<vector> #include<iomanip> using namespace std; class info { public: info(string n1, string c 阅读全文
posted @ 2022-10-23 17:32 chenzhongbao 阅读(14) 评论(0) 推荐(0)
摘要:#pragma once #include<iostream> #include<math.h> using namespace std; class Complex { friend Complex add(const Complex& obj1, const Complex& obj2); fr 阅读全文
posted @ 2022-10-15 13:23 chenzhongbao 阅读(36) 评论(0) 推荐(0)