[单选题]
下列程序的输出结果是
#include
int min(int a,int B)
{
if(a
else return B;
return 0;
}
void main()
{
cout<<
}
A.0
B.1
C.2
D.3
参考答案与解析: