单项选择题如下程序的输出结果是main()inta=2, b=-1, c=2;if(a<B) if(b<0)c=0; else c++;cout<<c<<end1;
单项选择题下列关于队列的叙述中正确的是