摘要: A:水题: #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,int> pii; const int N = 2e5+5; const int M = 1e6+5; const LL 阅读全文
posted @ 2020-11-14 10:42 levill 阅读(86) 评论(0) 推荐(0) 编辑