Help me in solving FLOW001 problem

My issue

write the code

My code

# cook your dish here
 x = int(input())
for tc in range(x):
   
    (n,m)= map(int,input().split(' '))
    
    temp = a+b
    print(temp)

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

@silent_coder26
U have to do temp=n+m.