摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; int n, maxheight = 0; vector> v; bool visit[10010]; set s; vector temp; void dfs(int node, int height) { ... 阅读全文
posted @ 2019-05-18 10:19 qq814403059 阅读(194) 评论(0) 推荐(0) 编辑