((a+b)*(c+d))+(e+f)/g
requirement :(1) The program can build binary tree according to the given expression
(2) The program can use binary tree traversal to restore the expression
Content :(1) Complete the development of the above program
(2) Simulation test function ( The expression in the example cannot be used )