☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ • 2年前
int main(){
int n,s=0; while(scanf("%d ",&n)!=EOF){ if(n%2!=0){ s++; } } printf("%d",s); return 0;
}
评论:
请先登录,才能进行评论