要求:打印20个 '-' 只能修改一个字符使代码正确,最多有多少种修改方式
int n=20;
for(int i=0; i<n; i--)
{
   printf("-");
}
posted on 2011-03-24 13:28  无花无酒  阅读(419)  评论(2编辑  收藏  举报