这个程序为什么运行不了呀

a=int(input(2))
b=int(input(5))
avg=(a+b)/2
print(avg)

img

怎么会运行不了,什么现象
如果一片黑屏,那是在等你输入数据呢