摘要: task.4 Complex.hpp #include<iostream> #include<math.h> using namespace std; class Complex{ public: Complex (float r = 0, float i = 0) : real{r}, imag{ 阅读全文
posted @ 2022-10-12 22:19 akumanpower 阅读(58) 评论(0) 推荐(0)