怎么错了???

zrhzrh 不像伟大的苏维埃战士 2025-07-12 15:17:44 6

#include <bits/stdc++.h>

using namespace std; int main(){ int n,m,s=0;

cin>>n;
for(int i=1;i<=n;i++){
	cin>>m;
	if(m%2==0)s=s+m;
}
cout<<s;

} @root

{{ vote && vote.total.up }}

共 3 条回复

lhy269 是猪就是猪

我和你一样

zrhzrh 不像伟大的苏维埃战士

@ root

zrhzrh 不像伟大的苏维埃战士

@root