2021年11月26日
摘要: 1 #include <iostream> 2 #include <typeinfo> 3 4 // definitation of Graph 5 class Graph 6 { 7 public: 8 virtual void draw() { std::cout << "Graph::draw 阅读全文
posted @ 2021-11-26 12:09 wlj23 阅读(28) 评论(2) 推荐(0)