未知题型
编写函数,int fun();返回含有n个元素的数组a中奇数的个数
【参考答案】
int fun(int a[],int n) {int i,s=0; for(i=0;i
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
