慕先生2341358
2019-11-05 23:18
#include <stdio.h>
int main()
{
int score[]={67,98,75,63,82,79,81,91,66,84};
return 0;
int N,zf,pjf;
for(N=0;N<9;N++)
{
zf += score[N];
}
printf("总分为%d\n",zf);
pjf == zf/10;
printf("平均分为%d\n",pjf);
int zgf,zdf,temp;
for(N=0;N<9;N++)
{ int temp=0
if(temp<score[N])
{
temp == score[N];
}
else
{
temp;
}
}
printf("最高分为%d\n",temp);
for(N=0;N<9;N++)
{ int themp=0
if(themp>score[N])
{
themp == score[N];
}
else
{
temp;
}
}
printf("最低分为%d\n",temp);
}
temp==score是什么鬼?想赋予temp值直接写temp=score就好了
temp==score是什么鬼?想赋予temp值直接写temp=score就好了
else为什么后面直接一个变量
return 0;不应该在主函数最下面吗?不然你运行成功也没有内容啊
C语言入门
926020 学习 · 20793 问题
相似问题