#include 「stdio.h」
main()
if(leap) /*內迴圈結束後,leap依然為1,則m是素數*/
for(i=2;i<=5;i++)
for(j=1;j<=i-1;j++)
a[i][j]=a[i-1][j]+a[i-1][j-1];
for(i=0;i<=5;i++)
#include
#include
main()
printf(「%s\n」,c);
void invert(char *s)
main()
printf(「input str:\n」);
gets(str);
printf(「\n%s」,str);
fprintf(fp,「%s」,str);
invert(str);
printf(「\n%s」,str);
fprintf(fp,「\n%s」,str);
fclose(fp);
#include
main()
system(「pause」);
fclose(fp);
main()
; /*a[0]為工作單元,從a[1]開始存放資料*/
int x , i, j=6; /*j為元素個數*/
printf(「enter a number: 「);
scanf(「%d」,&x);
a[0]=x;
i=j; /*從最後乙個單元開始*/
while(a[i]>x)
/*將比x大的數往後移動乙個位置*/
a[++i]=x;
j++; /*插入x後元素總個數增加*/
for(i=1;i<=j;i++) printf(「%8d」,a[i]);
printf(「\n」);
#include
replace(char*s,char c1,char c2)
printf(「enter a string:\n」);
gets(str);
printf(「enter a&&b:\n」);
scanf(「%c,%c」,&a,&b);
printf(「%s\n」,str);
fprintf(fp,」%s\n」,str);
replace(str,a,b);
printf(「thenew string is—-%s\n」,str);
fprintf(fp,」thenew string is—-%s\n」,str);
fclose(fp);
main()
stu[5]=,,,,};
main()
while(p!=null);
#include
#include
#include
main()
main()
,n=10,i;
file *f;
if((f=fopen(「myf2.out」,」w」))==null)
printf(「open file myf2.outfailed!\n」);
fun(a,10);
for(i=0;i<10;i++)
); })();
7、/*通過鍵盤輸入3名學生4門課程的成績, 分別求每個學生的平均成績和每門課程的平均成績。 要求所有成績均放入乙個4行5列的陣列中,輸入時同一人資料間用空格,不同人用回車 其中最後一列和最後…
1、/*輸出9*9口訣。共9行9列,i控制行,j控制列。*/
#include 「stdio.h」 main() ); })();
(function() ); })();
內容舉報
返回頂部
收藏助手
src="" id="collectiframe" width="100%" height="360" scrolling="no">
您舉報文章:c語言必背18個經典程式
舉報原因:
色情政治
抄襲廣告
招聘罵人
其他原因補充:
(最多隻允許輸入30個字)
if(("
.art
icle
coll
ectl
i").
leng
th==1
)$("
.art
icle
coll
ect"
).hi
de()
;if(
(".article_tags li").length==1)
(".edit a").attr("href",""+filename); .e
ach(
(".edu_li a"),function()); new cnick('#uid').shownickname(); if(
("#fan").html()=="")
C語言必背18個經典程式
c語言必背 18個經典程式 1 輸出 9 9口訣。共9行 9列,i控制行,j控制列。include stdio.h main if leap 內迴圈結束後,leap 依然為1,則m 是素數 for i 2 i 5 i for j 1 j i 1 j a i j a i 1 j a i 1 j 1 f...
c語言必背18個經典程式
1 輸出9 9口訣。共9行9列,i控制行,j控制列。include stdio.h main printf n 每一行後換行 2 古典問題 有一對兔子,從出生後第3個月起每個月都生一對兔子,小兔子長到第三個月後每個月又生一對兔子,假如兔子都不死,問每個月的兔子總數為多少?兔子的規律為數列1,1,2,...
C語言必背18個經典程式
c語言必背18個經典程式 include stdio.h main if leap 內迴圈結束後,leap依然為1,則m是素數 for i 2 i 5 i for j 1 j i 1 j a i j a i 1 j a i 1 j 1 for i 0 i 5 i include include ma...