JAVA:实现Reverse Stack反向堆栈算法 package com.thealgorithms.datastructures.stacks; import java.util.Scanner; import java.util.Stack