摘要: 2019 January Silver T1.Grass Planting 这道题是一道结论题:我们发现点的度数越多,答案越多,所以我们可以发现答案为最大的点的度数+1。 #include <bits/stdc++.h> using namespace std; const int N = 1e5 阅读全文
posted @ 2023-01-02 20:37 ljfyyds 阅读(36) 评论(0) 推荐(0)