单项选择题

在执行下述程序时,若从键盘输入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. 以上都不对