아무것도 못먹었어 ㅠㅜ

프로그래밍 이야기 :
while(true) {
    if(queue.isEmpty()) cout << \"Empty\" << endl;
    if(stack.isEmpty()) cout << \"Empty\" << endl;
}

result :
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
...
..
.