摘要: TASK 3:Complex.hpp 1 #include<math.h> 2 #include<iostream> 3 using namespace std; 4 class Complex 5 { 6 private: double real,imag; 7 public: 8 Complex 阅读全文
posted @ 2021-10-24 12:32 zoracoding 阅读(29) 评论(3) 推荐(0)