#include <stdio.h>


main()

{

int a,b;

a=b;

b=a;


}