main()
{ int a=9;
a+=a-=a+a;
printf(“%d\n”,a);
}
[此贴子已经被作者于2006-4-3 21:25:28编辑过]
从右到左算,-18在GCC-3.4下通过