摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int a[1000],b[1000]; 4 void cheng(int *a,int x){ 5 int jw=0; 6 for(int i=1;i<1000;i++){ 7 a[i]=a[i] 阅读全文
posted @ 2020-07-23 15:34 mirager 阅读(117) 评论(0) 推荐(0)