摘要: #include<iostream> #include<cmath> using namespace std; class Complex { public: Complex(double a=0,double b=0):real{a},imag{b}{}; Complex(const Comple 阅读全文
posted @ 2022-10-12 18:23 waitwaitw 阅读(31) 评论(0) 推荐(0) 编辑