摘要: c题jls的代码,拿过来仔细研究了一番,终于弄明白了。 https://codeforces.com/contest/1859/problem/C jls代码 ``` #include using i64 = long long; struct DSU { std::vector f, siz; D 阅读全文
posted @ 2023-08-14 01:41 potential-star 阅读(54) 评论(0) 推荐(1)