摘要: 题面:https://www.luogu.com.cn/problem/P4665 大概就是要把一棵树连一些点使每个点都处在一个环里 显然连叶子节点是比较正确的 然后写好交了一发竟然A了(蓝题也不过如此 代码: #include<bits/stdc++.h> using namespace std; 阅读全文
posted @ 2021-07-30 11:46 Yoican 阅读(44) 评论(0) 推荐(0) 编辑