标题:c程序输出固定行和列的符号,错哪了?
只看楼主
lilicup
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2011-12-21
结帖率:100%
 问题点数:0 回复次数:1 
c程序输出固定行和列的符号,错哪了?
#include<stdio.h>
main()
{
char c;int colum,row;
printf("please input the col and row and the char:");
scanf("%d,%d,%c",&colum,&row,&c);
for(int j=1;j<=row;j++)
{
for(int i=1;i<=colum;i++)
scanf("%c",c);
putchar("\n");
}
return(0);
}
搜索更多相关主题的帖子: please c程序 
2012-11-08 13:05
lilicup
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2011-12-21
得分:0 
回复 楼主 lilicup
自己已经知道错哪儿了。
2012-11-08 13:15



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-386411-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.830693 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved