单项选择题

有以下程序:
main()
int n=0,m=l,x=2;
if(!n) x-=l:
if(!m) x-=2;
if(!x) x-=3;
printf (" %d\n",x);

执行后的输出结果是()。

A、 2
B、 1
C、 3
D、 6