单项选择题

下列程序段的输出是( )。 int a=2, b=-1, c=2; if(a <b) c="0;" else c+="1;"> A、2

B、0
C、1
D、3