Problem Statement

Implement a Queue using Stack operations only.

Support:

push()

pop()