716:最大栈-->确保代码不报错
This commit is contained in:
parent
5010f067de
commit
3d6b6fca22
@ -61,7 +61,7 @@ package leetcode.editor.cn;
|
|||||||
import java.util.Stack;
|
import java.util.Stack;
|
||||||
|
|
||||||
//716:最大栈
|
//716:最大栈
|
||||||
public class MaxStack {
|
public class MaxStack1 {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
//测试代码
|
//测试代码
|
||||||
// Solution solution = new MaxStack().new Solution();
|
// Solution solution = new MaxStack().new Solution();
|
Loading…
Reference in New Issue
Block a user