摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; ll a[100001]; ll b[100001]; int main() { int n, i; cin>>n; for(i=0; i<n; i++) cin>> 阅读全文
posted @ 2020-09-25 18:50 Wh1te 阅读(108) 评论(0) 推荐(0) 编辑