下列程序的运行结果是 #include <stdio.h> main() {int n=0,m=1
下列程序的运行结果是 #include <stdio.h> main() {int n=0,m=1
日期:2016-07-04 04:36:54 人气:1
if(!n) x-=1;//x=2-1=1
if(m) x-=2;//x=1-2=-1
if(x) x-=3;//x=-1-3=-4
下列程序的运行结果是 #include <stdio.h> main() {int n=0,m=1