Update stack.cpp

This commit is contained in:
Yudong Jin
2022-11-28 20:22:21 +08:00
committed by GitHub
parent fe4af37290
commit 8b72cf5b35

View File

@@ -34,5 +34,6 @@ int main(){
/* 判断是否为空 */
bool empty = stack.empty();
return 0;
}