很漂亮的图案,运行下试试,very beautiful.

#include <stdio.h>
int main()
{    /*很漂亮的案,运行下试试,very beautiful*/
    char a=176,b=219;
    printf("%c%c%c%c%c\n",b,a,a,a,b);
    printf("%c%c%c%c%c\n",a,b,a,b,a);
    printf("%c%c%c%c%c\n",a,a,b,a,a);
    printf("%c%c%c%c%c\n",a,b,a,b,a);
    printf("%c%c%c%c%c\n",b,a,a,a,b);
    getch();
    return 0;
}

原文地址:https://www.cnblogs.com/wangjingyuwhy/p/2942552.html