0
0
已采纳
int a,b;
cin>>a>>b;
if(a>b)
{
a=a+b;
b=0;
}
if(a<b)
{
b=b+a;
a=0;
}
if(a==b)
{
a=a;
b=b;
}
望采纳
0
0
0
0