已知如下算法语句输入t;If t<5 Then y=t2+1; Else if t<8 Then y=2t-1; Else y=; End If End if输出y若输入t=8,则下列程序执行后输出的结果是 .