-->
当前位置:首页 > 题库

填空题:h0051. 请把逆波兰复原成中缀表达式

Luz4年前 (2022-05-27)题库1164
请把逆波兰表示ab+cde3-/+8*+复原成中缀表达式为:。







答案:
第1空:(a+b)+(c+d/(e-3))*8 ||