error C2059: syntax error : '{'应该怎么解决呢
发布网友
发布时间:2022-07-03 02:51
我来回答
共2个回答
热心网友
时间:2023-11-01 08:14
#include <stdio.h>
struct QUANMING
{char fn[60];
};
main()
{
QUANMING name={0};
printf("请输入你的名字:");
gets(name.fn);
int zh;
for(zh=0;name.fn[zh];zh++)
if(!(name.fn[zh]>='a'&&name.fn[zh]<='z'||name.fn[zh]>='A'&&name.fn[zh]<='Z'))
{
printf("cuowu,chongixnshuru:");
gets(name.fn);
zh=0;
}
printf("你的全名为:%s\n",name.fn);
}
热心网友
时间:2023-11-01 08:15
无题·昨夜星辰昨夜风(李商隐)