![]() |
#2
zklhp2014-11-23 12:42
|
#include<stdio.h>
main()
{int x=4,y=0,z;
x*=3+2;
printf("%d",x);
x*=(y==(z=4));
printf("%d",x);
} 为什么结果是200?求解答,谢谢