摘要: #include <iostream>#include <algorithm>using namespace std;const int N=50010;pair<int,int> cow[N];int n;int main(){ cin>>n;; for(int i=0;i<n;i++) { in 阅读全文
posted @ 2022-03-18 00:10 小白QIU 阅读(39) 评论(1) 推荐(0)