# include < stdio. h>
int main()
{
    int a;
    int b;
    printf ("swapped the value a and b ", a=<a>,b=<b>);
    return 0;
    
}