11 2021 档案

摘要:task2.cpp #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: virtual void draw() { std::cout << "Graph::draw() : j 阅读全文
posted @ 2021-11-25 20:32 古摇 阅读(20) 评论(1) 推荐(0)
摘要:vector_int hpp: #include <iostream> using namespace std; class vector_int { public: vector_int(int n); vector_int(int n, int m); vector_int(const vect 阅读全文
posted @ 2021-11-07 19:45 古摇 阅读(25) 评论(3) 推荐(0)