07 2022 档案

摘要:#include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #define N 100005 #define ll long long using namespace std; inline int re 阅读全文
posted @ 2022-07-29 11:55 亚托莉的亚托莉 阅读(62) 评论(0) 推荐(0)
摘要:#include <iostream> #include <queue> #include <cstring> #include <vector> #include <algorithm> using namespace std; vector<int> adj[100001]; int check 阅读全文
posted @ 2022-07-29 11:11 亚托莉的亚托莉 阅读(33) 评论(0) 推荐(0)