摘要: #include<bits/stdc++.h>using namespace std;int main(){ int a,i,j; cin>>a; int b[a]; for(j=0;j<a;j++) { cin>>b[j]; } for(i=0;i<a;i++) { if(b[i]%2==0) { 阅读全文
posted @ 2023-05-20 22:01 ruangong 阅读(12) 评论(0) 推荐(0)