提交 5505d9f2 编写于 作者: 每日一练社区's avatar 每日一练社区

update exercises

上级 d896c7cb
......@@ -15,7 +15,8 @@
<pre><strong>输入:</strong>
[&quot;MinStack&quot;,&quot;push&quot;,&quot;push&quot;,&quot;push&quot;,&quot;getMin&quot;,&quot;pop&quot;,&quot;top&quot;,&quot;getMin&quot;]
[[],[-2],[0],[-3],[],[],[],[]]
[[],[-2],[0],[-3],[],[],[],[]]
<strong>输出:</strong>
[null,null,null,null,-3,null,0,-2]
......@@ -34,8 +35,6 @@ minStack.top(); --&gt; 返回 0.
minStack.getMin(); --&gt; 返回 -2.
```
<p>&nbsp;</p>
<p><strong>提示:</strong></p>
<ul>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册