10 2022 档案

摘要:#pragma once #include<iostream> #include<string> #include<iomanip> using namespace std; class Info { public: string nickname, contact, city; int n; In 阅读全文
posted @ 2022-10-25 22:32 samapoketto 阅读(28) 评论(0) 推荐(0)
摘要:4 #pragma once #include<iostream> #include<iomanip> #include<complex> using namespace std; class Complex { public: double re, im, ab; Complex(); Compl 阅读全文
posted @ 2022-10-19 14:38 samapoketto 阅读(30) 评论(0) 推荐(0)