编写一个C 语言程序,输出如下图案,图案行数由输入值确定。

[复制链接]
查看11 | 回复0 | 2009-7-4 20:12:43 | 显示全部楼层 |阅读模式
#includevoid main(){ printf("input the lines:\n"); int n; scanf("%d",&n); char ch='A'; for(int i=0;ivoid main(){ int n,i,j; char ch='A'; printf("input the lines:\n"); scanf("%d",&n); for( i=0;i<n;i++) {int m=2*i+1;for( j=0;j<m;j++)printf("%c",ch);ch+=1;printf("\n"); } system("PAUSE");} 
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行