摘要: task.4 #include<iostream> #include<math.h> using namespace std; class Complex { private: float real, imag; public: Complex(float r, float i);//带两个参数的构 阅读全文
posted @ 2022-10-19 12:15 贾睿 阅读(4) 评论(0) 推荐(0) 编辑