queue[first++];
이건
queue[first];
first+=1;
이거고
아래껀
queue[++first];
이거하고 똑같은거?
first += 1;
queue[first];
그럼
int result = queue[first++];
리건 모임?
queue[first++];
이건
queue[first];
first+=1;
이거고
아래껀
queue[++first];
이거하고 똑같은거?
first += 1;
queue[first];
그럼
int result = queue[first++];
리건 모임?
넹넹
조삼모사 보는줄
INT RESULT= Q[first]; first+=1;