#includestudio.h
Int main()
{
Int a=3,b=5;
Int t=a;
a=b;
b=t;
Printf("%d%d",a,b);
Return 0;
}

Posted on by