10 2021 档案

摘要:任务五: info.hpp: #include<iostream> #include<string> #include<vector> using namespace std; class info { private: string nickname,contact,city;int n; sta 阅读全文
posted @ 2021-10-30 22:09 在野车辙 阅读(46) 评论(3) 推荐(0)
摘要:。 阅读全文
posted @ 2021-10-27 16:07 在野车辙 阅读(230) 评论(0) 推荐(0)
摘要:任务三: complex.h: #include<math.h> #include<iostream> class complex { private:double r,i; public:complex(){}; complex(double x,double y=0.0):r(x),i(y){} 阅读全文
posted @ 2021-10-23 11:02 在野车辙 阅读(69) 评论(4) 推荐(0)