a=int(input()) b=int(input()) c=int(input()) if c==a+b: print("Correct") else : print("Incorrect")