自增运算符高于* /
int y=1; printf("%d\n",++y*3);//6
C 运算符优先级
原文:https://www.cnblogs.com/mlh1421/p/10099153.html