716:最大栈-->确保代码不报错

This commit is contained in:
huangge1199 2021-07-02 09:33:41 +08:00
parent 5010f067de
commit 3d6b6fca22

View File

@ -61,7 +61,7 @@ package leetcode.editor.cn;
import java.util.Stack;
//716:最大栈
public class MaxStack {
public class MaxStack1 {
public static void main(String[] args) {
//测试代码
// Solution solution = new MaxStack().new Solution();