标题:为什么这个在 win tc 运行不了求解。
取消只看楼主
a413873492
Rank: 2
等 级:论坛游民
帖 子:74
专家分:74
注 册:2014-5-12
结帖率:92.31%
已结贴  问题点数:20 回复次数:1 
为什么这个在 win tc 运行不了求解。
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main()
{
    int a , b;
    a=0;
    while (a<=100)
    {
        system("cls");
        printf("\n");
        b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
       printf("\t                           |                           \n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                            _|__--/__                  \n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                           |         |                 \n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                           |___ 02★\\]OOOOO=======II                        ¤             \n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                     .------\\|______//_____                                     ●\n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                      |____________________\\                                    /█\\\n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                       \\⊙◎◎◎◎◎◎◎◎/                                     ∏\n");
    b=1;
        while (b<=a)
        {
        printf(" ");
        b++;
        }
    printf("\t                         ~~~~~~~~~~~~~~~~              \n");
      
        Sleep(10);
            a=a+1;
    }    getch();
}
搜索更多相关主题的帖子: include system 
2014-05-18 15:22
a413873492
Rank: 2
等 级:论坛游民
帖 子:74
专家分:74
注 册:2014-5-12
得分:0 
回复 2 楼 zklhp
也是c语言的编译器- -

欢迎新手还大神一起来讨论qq群;264711626
2014-05-18 15:59



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




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

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