while

#include<stdio.h>
#include<stdlib.h>
int main()
{
    system("color 0a");
       while(1)
    {
        printf("你好");
    }
return 0;
}

posted @ 2019-07-16 21:55  Cathycat  阅读(121)  评论(0编辑  收藏  举报