填空题

有以下程序
main()
int n=0,m=l,x=2;
if(!n) x-=1;
if(m) x-=2;
if(x) x-=3;
printf("%d\n",x);
执行后输出的结果是______。

【参考答案】

-4
热门 试题