It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))
8.5m questions
11.2m answers