define sub(a) = (a)-(a)所以sub(a+b)*c = (a+b)-(a+b)*c根据四则运算的规则,上式 = (2+3) - (2+3) * 5 = 5 - 5 * 5 = 5-25 = -20
笑死,没有正确答案