10 2021 档案

摘要:#include<bits/stdc++.h> using namespace std; class Info { private: string nickname; string contact; string city; int n; public: Info(string a,string b 阅读全文
posted @ 2021-10-27 22:51 Sunshine、烈焰 阅读(41) 评论(3) 推荐(0)
摘要:https://www.cnblogs.com/HSZ666/ 阅读全文
posted @ 2021-10-27 16:09 Sunshine、烈焰 阅读(45) 评论(0) 推荐(0)
摘要:#include <iostream> #include <cmath>using namespace std; class Complex{private: double real; double imag;public: Complex(double a=0,double b=0):real(a 阅读全文
posted @ 2021-10-24 16:21 Sunshine、烈焰 阅读(36) 评论(3) 推荐(0)