int a = 10;

int b = a++ * 2;


printf("%d\n", b);



이거 의외로 22 라는 애들있음