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