![]() |
#2
poppylx2005-03-28 17:30
|
比如,,,,
int x=5
int n,m;
n=(++x)+(++x);
m=(x--)+(x--);
printf("%d%d\n",n,m,)
它的结果分别的 14和10呢 请各位大哥大姐们祥解一下//