11 2021 档案

摘要:任务二: #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: void draw() { std::cout << "Graph::draw() : just as an int 阅读全文
posted @ 2021-11-27 20:03 姬冰洁 阅读(49) 评论(3) 推荐(0)
摘要:任务五源码: #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<iomanip> #include <string> using namespace std; class Info { public: Info(string 阅读全文
posted @ 2021-11-03 12:40 姬冰洁 阅读(31) 评论(4) 推荐(0)