10 2022 档案

摘要:task5 Info.hpp #pragma once #include<iostream> #include<string> #include<iomanip> using std::cout; using std::endl; using std::setw; using std::left; 阅读全文
posted @ 2022-10-19 19:32 gosj 阅读(56) 评论(0) 推荐(0)
摘要:task4 Complex.hpp #pragma once #include<iostream> #include<cmath> using std::cout; using std::endl; class Complex { public: Complex(float x=0,float y= 阅读全文
posted @ 2022-10-12 23:28 gosj 阅读(37) 评论(0) 推荐(0)