为了账号安全,请及时绑定邮箱和手机立即绑定

大神来看看我这程序不知道哪错了

大神来看看我这程序不知道哪错了

C++
qq_卷氺墨留苩_04197741 2017-02-11 17:21:13
#include <stdio.h> #include <string.h> int main( )   { char a[10]="qwe123",b[10];   int i,x;        x=2;       LOOP:puts("请输入六位密码:\n");       gets(b);       if(i=0;i<6;i++)      if(a[i]=b[i]) break;     else  {    x--;   if(x>0)   {   puts("密码错误!还有x次机会",x);   goto LOOP;  }  else(x==0) {   printf("密码错诶,退出") ;    return 1;  }  }      puts("密码正确!");  return 0;  }
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 1450 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信