摘要: 2019-12-15 15:25:34 #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAXN = 100005; int main(){ int N; cin>>N; int temp[N+1]; 阅读全文
posted @ 2019-12-15 15:28 JasonPeng1 阅读(141) 评论(0) 推荐(0)