Help me in solving CARZ problem

My issue

My code

# cook your dish here
TW=(int(input()))
FW=(int(input()))
V=TW+FW

print(V)

Problem Link: CARZ Problem - CodeChef