这两个怎么求:写出如下中缀表达式的后缀形式1、1 + (2 + 3) × 4 - 52、4 * 9 + 6 - 2 * (10-3) / 14
https://cloud.tencent.com/developer/article/1387744这有个中缀表达式自动转后缀表达式的代码