输入某班学生某门课的成绩(最多不超过40人,具体人数由用户键盘输入),用函数编程统计不及格人数。

#include<stdio.h>{inti,n,count;cout<<"pleaseinputthenumberofthestudent(lessthan40):";... #include<stdio.h>
{
int i,n,count;
cout<<"please input the number of the student(less than 40):";
cin>>n;
i=n;
int a[i];
cout<<"please input the students' score"<<endl;
for(i=1;i<=n;i++)
{
cin>>a[i];
if (a[i]<60)
count++;
}
cout<<"不及格的人数是"<<count<<endl;

}
知道上面毛病多,就是想问人数不确定,数组元素个数不确定,该如何定义数组
展开
 我来答
赢皮大8
2016-11-15 · TA获得超过889个赞
知道小有建树答主
回答量:991
采纳率:75%
帮助的人:500万
展开全部
C++的活直接用 int *a=new int[i];就行了
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式