摘要: complex.hpp源代码 //#include "complex.h" #include <iostream> #include <cmath> using namespace std; class Complex { public: Complex(int r = 0, int i = 0) 阅读全文
posted @ 2021-10-24 10:47 古摇 阅读(21) 评论(3) 推荐(0)
摘要: complex.hpp //#include "complex.h" #include <iostream> #include <cmath> using namespace std; class Complex { public: Complex(int r = 0, int i = 0) : r 阅读全文
posted @ 2021-10-24 10:37 古摇 阅读(43) 评论(0) 推荐(0)