摘要: 实验任务三 source code in Complex.hpp : 1 #include <iostream> 2 3 using namespace std; 4 class Complex{ 5 public: 6 Complex(){ 7 real = 0; 8 imag = 0; 9 } 阅读全文
posted @ 2021-10-27 14:59 枕梦轻和 阅读(49) 评论(3) 推荐(0) 编辑