摘要: #ifndef _Complex #include <iostream> #include <cmath> class Complex { public: friend Complex add(const Complex c1, const Complex c2); friend bool is_e 阅读全文