Introduction - If you have any usage issues, please Google them yourself
Ideas:
Create two stacks
Linkstack * operand;/ / operation number stack
Linkstack * operator;/ / operator stack
2. Scanning expression.
< 1 > is a complete number of data if the operands are counted.
Rule: go straight to the operand stack
Push_stack (operator_stack, data);