单项选择题

在执行下述程序时,若从键盘输入6和8,则结果为()
main()
int a,b,s;
scanf("%d%d",&a,&b);
S=a
if(a<b)
s=b;
S*=S;
printf("%d",s);

A. 36
B. 64
C. 48
D. 以上都不对