کجای کد من اشتباه است
{ int a,b,s=0,t=0;
;Cin>>a
;Cin>>b
While(a>0){
S=(s*10)+(a%10);
a/=10;}
While(b>0)
{t=(t*10)+(b%10);
b/=10;}
If(t=s)
Cout<<a<<"="<<b;
else If(t>s)
Cout<<b<<">"<<a;
Else if(s>t)
Cout<<a<<">"<<b