Help me in solving PYTH56 problem

My issue

What will be the output of this code, if the user enters 5 and 9?

a = int(input())
b = int(input())
print(a, b, a + b)

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone

@ayush19460
I guess 5914