int bit1=10<<1;
int  bit2 =10>>2;

20

2
이렇게 나오는데 계산 어케하는건가요 횽님들 ㅠㅠ