摘要: #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)