摘要:
#include using namespace std;class Complex {public: Complex(int a,int b) {re=a;im=b;}; Complex (float a){ storea=a;}; void add(Complex p) { re+=... 阅读全文
posted @ 2015-03-09 22:32
Nomore
阅读(197)
评论(0)
推荐(0)
浙公网安备 33010602011771号