摘要: 实验任务三 Complex.hpp 1 #include<iostream> 2 #include<cmath> 3 using namespace std; 4 class Complex{ 5 private: 6 double real, imag; 7 public: 8 Complex(d 阅读全文
posted @ 2021-10-24 23:02 Xx0 阅读(39) 评论(3) 推荐(0) 编辑