2016-05-26 14:05发布
在WIN-TC下编译无措
#include<stdio.h>int main(){
char a[10]="huangyong",b[10];
while(1) { printf("whats my name? "); scanf("%s",b); if(strcmp(a,b)==0) { printf("please enter anykey to nextn "); break; } else { printf("Srroy,wrong answer!");
} } getch();}
1085394145@qq.com
就像是#include<stdio.h>int main(){
while(1) { printf("我叫什么?"); scanf("%s",b); if(strcmp(a,b)==0) { printf("按任意键,进入第二题! "); break; } else { printf("答案错误,请重新输入!");
} } return 0;}
可是我编译系统C—free 显示错误 不知道错在哪 就是字符串比较哪显示错误 求帮忙
最多设置5个标签!
付费偷看金额在0.1-10元之间
在WIN-TC下编译无措
#include<stdio.h>
int main()
{
char a[10]="huangyong",b[10];
while(1)
{
printf("whats my name? ");
scanf("%s",b);
if(strcmp(a,b)==0)
{
printf("please enter anykey to nextn ");
break;
}
else
{
printf("Srroy,wrong answer!");
}
}
getch();
}
我们可以为你提供一份适用于初学者的代码,
进一步要求可以联系我们,
给我留一个你的问题和Email,
有时间可以帮你,肯定救急,
,
1085394145@qq.com
就像是#include<stdio.h>
int main()
{
char a[10]="huangyong",b[10];
while(1)
{
printf("我叫什么?");
scanf("%s",b);
if(strcmp(a,b)==0)
{
printf("按任意键,进入第二题! ");
break;
}
else
{
printf("答案错误,请重新输入!");
}
}
return 0;
}
可是我编译系统C—free 显示错误 不知道错在哪 就是字符串比较哪显示错误 求帮忙
在WIN-TC下编译无措
#include<stdio.h>
int main()
{
char a[10]="huangyong",b[10];
while(1)
{
printf("whats my name? ");
scanf("%s",b);
if(strcmp(a,b)==0)
{
printf("please enter anykey to nextn ");
break;
}
else
{
printf("Srroy,wrong answer!");
}
}
getch();
}
我们可以为你提供一份适用于初学者的代码,
进一步要求可以联系我们,
给我留一个你的问题和Email,
有时间可以帮你,肯定救急,
,
1085394145@qq.com
就像是#include<stdio.h>
int main()
{
char a[10]="huangyong",b[10];
while(1)
{
printf("我叫什么?");
scanf("%s",b);
if(strcmp(a,b)==0)
{
printf("按任意键,进入第二题! ");
break;
}
else
{
printf("答案错误,请重新输入!");
}
}
return 0;
}
可是我编译系统C—free 显示错误 不知道错在哪 就是字符串比较哪显示错误 求帮忙
一周热门 更多>