关于程序的一个很菜的问题。。

来源:百度知道 编辑:UC知道 时间:2024/06/20 09:09:53
请帮我找找下面的有什么错误,实在感谢~!

/**********************************************************************
manager: xxxxx
Programmer: xxxxxx
Debuger:xxxxxx
**********************************************************************/*
void main()
{
printf(" &&~Enjoy yourself~&& ");
printf(" \n^_^|****** number guess ******|^_^ ");
printf("\nRules: ");
printf("\n");
printf(" 1.The numbers you inputed must be a whole number");
printf(" 2.The numbers you inputed must larger than 1 and less than 6");
printf(" 3.Must be 4 numbers.");
printf(" 4.If you understand,ok~let's go~!");
printf("Let's Start!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
printf("\n");
printf("Input which 4 Numbers you Had guess : &quo

注释的最后一个字符你多加了个星号

/**********************************************************************
manager: xxxxx
Programmer: xxxxxx
Debuger:xxxxxx
**********************************************************************/
void main()
{
printf(" &&~Enjoy yourself~&& ");
printf(" \n^_^|****** number guess ******|^_^ ");
printf("\nRules: ");
printf("\n");
printf(" 1.The numbers you inputed must be a whole number");
printf(" 2.The numbers you inputed must larger than 1 and less than 6");
printf(" 3.Must be 4 numbers.");
printf(" 4.If you understand,ok~let's go~!");
printf("Let's Start!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
printf("\n");
printf("Input which 4 Numbers you Had guess : ");
}