10 2021 档案

摘要:实验任务5 info.hpp #include <bits/stdc++.h> using namespace std; class Info { public: Info(string nickname, string contact, string city, int n) : nickname 阅读全文
posted @ 2021-10-31 14:53 katachip 阅读(47) 评论(3) 推荐(0) 编辑
摘要:实验结论: 实验任务3: Complex.h 1 #ifndef COMPLEX_HPP 2 #define COMPLEX_HPP 3 4 // Complex类的定义 5 #include <iostream> 6 #include <iomanip> 7 #include <string> 8 阅读全文
posted @ 2021-10-20 23:13 katachip 阅读(64) 评论(3) 推荐(0) 编辑