問4
次に示す計算式と逆ポーランド表記法の組合せのうち、適切なものはどれか。 計算式 逆ポーランド表記法
((atb)*c)-d abc*+d-
(a+(b*c))-d ab+c*d-
(atb)*(c-d) abc*dー+
a+(b*(c-d)) abcd-*+