Update stack.cpp

pull/39/head
Yudong Jin 2 years ago committed by GitHub
parent fe4af37290
commit 8b72cf5b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save