10 2021 档案
摘要:实验五: 以下为Info.cpp文件源码 1 #include <string> 2 #include <iostream> 3 using namespace std; 4 class info { 5 private: 6 string nickname; 7 string contact; 8
阅读全文
摘要:1 #include <iostream> 2 #include <cmath> 3 4 class Complex 5 { 6 7 public: 8 Complex() {}; 9 Complex(double x) :real{ x }, imag{ 0 }{} 10 Complex(doub
阅读全文

浙公网安备 33010602011771号