题解 1058: 二级C语言-求偶数和

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

C++描述:用类解决

摘要:想看同类代码,请看我的空间!QAQ参考代码:#include <iostream>//先锋头文件  #include <algorithm> using namespace std; class……

求偶数和////C语言

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; int a[100]; int sum=0; scanf("%d",&n); for(int i=……