#include<iostream>#include<cmath>using namespace std;class Complex{ public: Complex(double real0=0,double imaginary0=0) { real=real0; imaginary=imagin Read More
posted @ 2019-03-31 15:54 丶随风 Views(112) Comments(1) Diggs(0)