//我給妳寫了壹份
#包含?& ltiostream & gt
#包含?& lt字符串& gt
#包含?& ltcstdio & gt
使用?命名空間?std
//By:@qwn3213
//2015.09.02
字符串?str[]={ "零"、"壹"、"二"、"三"、"四"、"五"、"六"、"七"、"八"、"九" };
int?輸入()
{
字符串?a;
int?s 1 = 0;
而(CIN & gt;& gt答
{
if(a=="+"||a=="= ")
打破;
for(int?I = 0;我& lt10;i++)
if(a==str[i])
{
s 1 = s 1 * 10+I;
打破;
}
}
回歸?s 1;
}
作廢?輸出(int?x)
{
夏爾?s[20];
sprintf(s," %d ",x);
for(int?I = 0;s[i]!=0;i++)
cout & lt& ltstr[s[I]-' 0 ']& lt;& lt"?";
cout & lt& ltendl
}
int?主()
{
int?甲、乙;
while(1)
{
a = input();
b = input();
if(a = = 0 & amp;& ampb==0)
回歸?0;
輸出(a+b);
}
回歸?0;
}