mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-04 22:28:40 +08:00
Update stack.cpp
This commit is contained in:
@ -34,5 +34,6 @@ int main(){
|
|||||||
|
|
||||||
/* 判断是否为空 */
|
/* 判断是否为空 */
|
||||||
bool empty = stack.empty();
|
bool empty = stack.empty();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user