单项选择题

以下语句的输出结果是( )。   int a=-1,b=4,k;   k=(+ +a<0)&&!(b - -<=0);   printf("%d,%d,%d\n",k,a,b);

A.1,0,4
B.1,0,3
C.0,0,3
D.0,0,4