10 2021 档案
摘要:#include<string> #include<iostream> using namespace std; class info { public: info(string nickname,string contact,string city,int n); info(); void pri
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号