摘要: task.3 .hpp #pragma once #include<iostream> #include<cmath> class Complex{ public : Complex(double r=0,double i=0){ real=r;imag=i ;} Complex(const Com 阅读全文
posted @ 2023-10-22 20:07 贾睿 阅读(12) 评论(0) 推荐(0) 编辑