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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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