摘要: 实验任务3: "Complex.hpp" #include<iostream> #include<math.h> using namespace std; class Complex { public: Complex(double x = 0, double y = 0) :real(x), im 阅读全文
posted @ 2021-10-21 10:50 Rougesss 阅读(36) 评论(3) 推荐(0)