#11852: 我找不到哪裡出問題...他無法進去if-else


hgigeugthk (------)

學校 : 國立臺中高級工業職業學校
編號 : 60667
來源 : [59.127.86.240]
最後登入時間 :
2021-04-06 00:48:37
a020. 身分證檢驗 | From: [220.132.200.126] | 發表日期 : 2017-03-30 20:57

#include<iostream>
#include<stdlib.h>
#include<stdio.h>
using namespace std;
int main()
{
int t,a,to;
char c[9];
cin >> c;
t=c[1]*8+c[2]*7+c[3]*6+c[4]*5+c[5]*6+c[6]*4+c[7]*3+c[8]*2+c[9];
while(1)
{

if(c[0]='A')
{
a=1+0;
cout << "========";
}
else if(c[0]='B')
{
a=1+1*9;
cout << "========";
}
else if(c[0]='C')
{
a=1+2*9;
cout << "========";
}
else if(c[0]='D')
{
a=1+3*9;
cout << "========";
}
else if(c[0]='E')
{
a=1+4*9;
cout << "========";
}
else if(c[0]='F')
{
a=1+5*9;
cout << "========";
}
else if(c[0]='G')
{
a=1+6*9;
cout << "========";
}
else if(c[0]='H')
{
a=1+7*9;
cout << "========";
}
else if(c[0]='I')
{
a=3+4*9;
cout << "========";
}
else if(c[0]='J')
{
a=1+8*9;
cout << "========";
}
else if(c[0]='K')
{
a=1+9*9;
cout << "========";
}
else if(c[0]='L')
{
a=2+0;
cout << "========";
}
else if(c[0]='M')
{
a=2+1*9;
cout << "========";
}
else if(c[0]='N')
{
a=2+2*9;
cout << "========";
}
else if(c[0]='O')
{
a=3+5*9;
cout << "========";
}
else if(c[0]='P')
{
a=2+3*9;
cout << "========";
}
else if(c[0]='Q')
{
a=2+4*9;
cout << "========";
}
else if(c[0]='R')
{
a=2+5*9;
cout << "========";
}
else if(c[0]='S')
{
a=2+2*6;
cout << "========";
}
else if(c[0]='T')
{
a=2+7*9;
cout << "========";
}
else if(c[0]='U')
{
a=2+8*9;
cout << "========";
}
else if(c[0]='V')
{
a=2+9*9;
cout << "========";
}
else if(c[0]='W')
{
a=3+2*9;
cout << "========";
}
else if(c[0]='X')
{
a=3+0;
cout << "========";
}
else if(c[0]='Y')
{
a=3+1*9;
cout << "========";
}
else if(c[0]='Z')
{
a=3+3*9;
cout << "========";
}
to=a+t;
if(to%10==0)
{
cout << "real\n";
break;
}
else if(to%10!=0)
{
cout << "fake\n";
break;
}
else
break;
}
//system("pause");
return 0;
}

我找不到問題QQ 請各位大大求解

 
ZeroJudge Forum