摘要: 一.实验结论: 1.实验任务5: Info.hpp: #include <iostream> #include <string> #include <iomanip> using namespace std; class Info { public: Info() {} Info(string x, 阅读全文