问题 填空题

输入x=5,运行下面的程序之后得到y等于_____。

Input x

If  x<0  then

y=(x+1)*(x+1)

Else

y=(x-1)*(x-1)

End if

Print y

End

答案

程序对应的函数是 由,得

单项选择题
多项选择题