摘要: A - 国际旅行Ⅰ 因为保证联通,所以直接排序就好了 #include<bits/stdc++.h> using namespace std; using i32 = int32_t; using vi = vector<int>; i32 main() { int n, m, q; cin >> 阅读全文
posted @ 2024-07-25 20:42 PHarr 阅读(29) 评论(0) 推荐(0) 编辑