码迷,mamicode.com
首页 > 其他好文 > 详细

打印沙漏

时间:2019-02-20 12:59:51      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:div   sha   图片   alt   img   ++   技术   .com   scan   

#include<stdio.h>
#include<math.h>
int main (void)
{
int a,b=1,c,d,e,f,h;
char g;
scanf("%d %c",&a,&g);
for(;c<=a;b++){
c=pow(b,2)*2-1;}
b=b-2,d=b;    
for(f=0,e=0;d>0;d--)
{
c=d*2-1;
for(;e>0;e--)printf(" ");
for(;c>0;c--)printf("%c",g);
printf("\n");
f++,e=f;
}
for(f=b-2,e=f,d=2;d<=b;d++)
{
c=d*2-1;
for(;e>0;e--)printf(" ");
for(;c>0;c--)printf("%c",g);
printf("\n");
f--,e=f;
}
c=pow(b,2)*2-1;
h=a-c;
printf("%d",h);
return 0;
}

  运行截图:

技术图片

打印沙漏

标签:div   sha   图片   alt   img   ++   技术   .com   scan   

原文地址:https://www.cnblogs.com/dengjun22/p/10405697.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!