diff --git a/main.cpp b/main.cpp index 17c5702..c0c799d 100644 --- a/main.cpp +++ b/main.cpp @@ -34,7 +34,7 @@ int main() initBuf(); TreeNode *root = parse_exp(); post_traverseTree(root); - cout << stk.top(); + cout << stk.top()<