3 4
5 2
-2+2i
#include<iostream> using namespace std; class complex{ private: double real; double imag; public: complex(){ real=0;imag=0; } complex(double r,double i) { real=r; imag=i; } complex operator-(complex &c2); void display(); }; //pdsu-c1 //pdsu-c1 int main() { double r1,i1,r2,i2; //pdsu-c2 //pdsu-c2 return 0; }
Anything about this OnlineJudge, Please Contact Administrator. Click add QQ
OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap
Copyright 2016 ACM算法攻关部cnt: 15568
关于网站改版