这个问题我都要搞疯掉了,求高手。。#include<stdio.h>int main(){int i = 6, b;b = (++i) + (++i) + (++i);printf("%d\n",b);}为什么输出的结果是25.。[解决办法]学一下编译原理,自己画个二叉树就清楚怎么回事了。