# implemented stack should support all the functions of a normal queue (`push`, # `top`, `pop`, and `empty`). # Implement the `MyStack` class: # * `void push(int x)` Pushes element x to the top of the ...