题目内容
如果输入8,那么下列算法语句运行后输出的结果是________.
输入t;
if t<5,
;
else if t<8,
then y:=2t-1;
输出y.
如果输入
输入
if t
else if t
then y