在下面代码中的横线处填写哪个选项的内容,执行代码后可以输入一个数字,然后计算并打印这个数字加5的和?( )
a = ________ b = 5 print(a + b)
int()
input()
int(input())
input(int())