摘要: #define _CRT_SECURE_NO_WARNINGS #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 5e5 + 20; vector<int>e[N]; int dep[N 阅读全文
posted @ 2024-12-02 20:39 闫柏军 阅读(13) 评论(0) 推荐(0)