有以下程序段
int j;float y;char name[50]:
scanf("%2d%f%s",&i,&.y,name):
当执行上述程序段,从键盘上输入55566 7777abc后,y 的值为( )。