ll ans=3*(1<<3);
printf("%lld\n",ans);
24

 

int k1 =3,k2=3;
k1<<=1;
k2>>=1;
printf("%d %d\n",k1,k2);//6 1