10 2022 档案
摘要:实验五: #include <iostream> #include <string> #include <iomanip> using namespace std; class Info { private: string nickname; string contact; string city;
阅读全文
摘要:实验任务1.task1#include<iostream> #include<complex> using namespace std; int main() { complex<double>c1{ 3,4 }, c2{ 4.5 }; const complex<double>c3{ c2 };
阅读全文