3 4
5 2
8+6i
#include<iostream> using namespace std; class Complex { double real,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() { int a1,a2,a3,a4; //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: 15878
关于网站改版