搜索
查看: 225|回复: 2
打印 上一主题 下一主题

这个怎么打不出来

[复制链接]
跳转到指定楼层
楼主
 楼主| 发表于 2019-11-21 21:44:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
5啊哈币
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5.    
  6.     printf("         #",
  7.            "         ##",
  8.            " #         ###",
  9.            " ##         ####",
  10.            " ###############",
  11.            " ##         ####",
  12.            " #         ###",
  13.            "          ##",
  14.            "         #");
  15.     system("pause");
  16.     return 0;
  17. }
复制代码

沙发
发表于 2019-11-23 22:54:56 | 只看该作者
#include <stdio.h>
#include <stdlib.h>
int main()
{
   
    printf("         #\n"\
           "         ##\n"\
           " #         ###\n"\
           " ##         ####\n"\
           " ###############\n"\
           " ##         ####\n"\
           " #         ###\n"\
           "          ##\n"\
           "         #");
    system("pause");
    return 0;
}

板凳
发表于 2020-3-7 14:56:53 | 只看该作者

#include <stdio.h>
#include <stdlib.h>
int main()
{
   
    printf("         #\n"\
           "         ##\n"\
           " #         ###\n"\
           " ##         ####\n"\
           " ###############\n"\
           " ##         ####\n"\
           " #         ###\n"\
           "          ##\n"\
           "         #");
    system("pause");
    return 0;
}
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

广播台
特别关注
快速回复 返回顶部 返回列表