摘要: 2019-12-11 20:56:19 #include <bits/stdc++.h> #include<math.h> using namespace std; int main(){ int N; cin>>N; int n[N]; for(int i =0 ;i<N;++i){ cin>>n 阅读全文
posted @ 2019-12-11 20:57 JasonPeng1 阅读(224) 评论(0) 推荐(0)