From 1e3bd8263624750208a3ca40906af3fb6b2bf360 Mon Sep 17 00:00:00 2001 From: Vishal Kumar <43850961+trueliar08@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:13:59 +0530 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()<