10 2021 档案
摘要:# ifndef INFO_H # define INFO_H # include <iostream> # include <string> using namespace std; class info { public: info(string a = " ", string b = " ",
阅读全文
摘要:孙逊 202083290303
阅读全文
摘要:# ifndef COMPLEX_H #define COMPLEX_H # include <iostream> # include <cmath> class Complex{ public: Complex(double a=0,double b=0): real(a),imag(b) {}
阅读全文

浙公网安备 33010602011771号