Problem
Write a function next_to_top that allows you to retrieve the element just below the one at the top of the stack without removing it. Write this function for both stack implementations. It should throw a std::out_of_range exception if the stack is empty or has only one element.