摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e5+10,inf = 0x3f3f3f3f; struct node{ int t,p,f; }; node a[N]; int n, 阅读全文
posted @ 2024-10-16 21:17 CRt0729 阅读(26) 评论(0) 推荐(0)