10 2022 档案

摘要:Task5 info.hpp 1 #pragma once 2 #include<iostream> 3 #include<string> 4 5 using namespace std; 6 7 class Info { 8 public: 9 Info(string nn, string con 阅读全文
posted @ 2022-10-26 09:31 Weslie_xyy 阅读(11) 评论(0) 推荐(0) 编辑
摘要:Task4: Complex.hpp 1 #pragma once 2 3 //Complex类的定义 4 #include<iostream> 5 #include<string> 6 #include<math.h> 7 8 using std::cout; 9 using std::endl; 阅读全文
posted @ 2022-10-19 09:33 Weslie_xyy 阅读(27) 评论(0) 推荐(0) 编辑