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