算术表达示a+b-c*d的后缀式是( )(-、+、*表示算术的减,加,乘运算,运算符的优先级和结合性遵循惯例)。
a+b-c*d
-
+
*
A. ab+cd*-
ab+cd*-
B. abc+-d*
abc+-d*
C. abcd+-*
abcd+-*
D. ab+c-d*
ab+c-d*
A