单项选择题

若执行下面的程序时,从键盘上输入3和4,则输出结果是

main( )



int a,b,s;

cin>>a>>b;

s=a;

if(a<B)s=b;

s=s*s;

cout<<s<<endl;

A.14
B.16
C.18
D.20