2021年10月23日
摘要: 实验3: 头文件“Complex.hpp” #include <iostream> using namespace std; #include <cmath> class Complex { public: Complex(double a = 0, double b = 0) : real(a), 阅读全文
posted @ 2021-10-23 19:25 Giant邹薛成 阅读(45) 评论(3) 推荐(0)