a=3 b=2 c=5 if a+b==c: print(Correct) else: print(Incorrect)