摘要: 实验结论 task 4 Complex.hpp #include<iostream> #include<math.h> using namespace std; class Complex{ public: Complex (double x = 0, double y = 0) : real{x} 阅读全文
posted @ 2022-10-12 19:01 lyhy 阅读(45) 评论(0) 推荐(0)