第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

這個(gè)在DEV-C++上編譯成功,但是運(yùn)行的話(huà)啥也沒(méi)有,有大佬看看是哪里出問(wèn)題了嗎?

#include<stdio.h>

int a()

{

? ? int score[10]={67,78,56,22,58,54,55,69,87,99};

? ? int i,sum;

? ? for(i=0;i<10;i++)

? ? sum+=score[i];

? ? printf("總分為%d\n",sum);

? ? return 0;

}

int b()

{

? ?int score[10]={67,78,56,22,58,54,55,69,87,99};

? ?int max,i;

? ?max=score[0];

? ?for(i=1;i<10;i++)

? ? ?if(max>score[i])

? ? ? ?max=score[i];

? ? ?printf("最大值為%d\n",max);

? ? ??

}

int c()

{

? ? int score[10]={67,78,56,22,58,54,55,69,87,99};

? ? int min,i;

? ? min=score[0];

? ? for(i=1;i<10;i++)

? ? ? if(min>score[i])

? ? ? min=score[i];

? ? ?printf("最小值為%d\n",min);

? ? ?

}

int d()

{

? ? int score[10]={67,78,56,22,58,54,55,69,87,99};

? ? int avarage,i,sum;

? ? for(i=0;i<10;i++)

? ? ?sum+=score[i];

? ? avarage=sum*1.0/10;

? ? printf("平均分為%d\n",avarage);

? ??

}

int f()

{

? ? int score[10]={67,78,56,22,58,54,55,69,87,99};

? ? int i,j;

? ? for(i=0;i<10;i++)

? ? ? if(score[i]<score[i+1])

? ? ? {

? ? ? ? ? j=score[i+1];

? ? ? ? ? score[i+1]=score[i];

? ? ? ? ? score[i]=j;

? ? ? }

? ? ?for(i=0;i<10;i++)

? ? ? ?printf("%d\n",score[i]);

? ? ?

}

int main()

{

? int a();

? int b();

? int c();

? int d();

? int f();

}


正在回答

2 回答

自定義函數(shù)有問(wèn)題,最后主函數(shù)里的自定義函數(shù)調(diào)用也沒(méi)有寫(xiě)清楚參數(shù)

1 回復(fù) 有任何疑惑可以回復(fù)我~

別學(xué)了

1 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

這個(gè)在DEV-C++上編譯成功,但是運(yùn)行的話(huà)啥也沒(méi)有,有大佬看看是哪里出問(wèn)題了嗎?

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)