This program "printf("%d\n%d",x++,++x);" and this "printf("%d\n",x++); printf("%d",++x);"
第一个是同步, 第二个是先算第一个再算第二个
一个是两个答案,一个是一个答案