摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N = 2e5 + 10; int n, m; int x[N], t[N]; vector<int> a, b, c; int f 阅读全文
posted @ 2022-06-27 14:19 wKingYu 阅读(41) 评论(0) 推荐(0)