num = [int(x) for x in str(input()).split()] if num[0] + num[1] == num[2]: print("Correct") else: print("Incorrect")