10 2021 档案

摘要:#include<string> #include<iostream> using namespace std; class info { public: info(string nickname,string contact,string city,int n); info(); void pri 阅读全文
posted @ 2021-10-31 15:36 202083290040王博宇 阅读(22) 评论(2) 推荐(0)
摘要:complex.hpp #include<iostream>#include"complex.cpp"int main(){ using namespace std; complex c1(1,-10); const complex c2(6.8); complex c3(c1); cout<<"c 阅读全文
posted @ 2021-10-24 19:45 202083290040王博宇 阅读(41) 评论(2) 推荐(0)