a, b, c = [int(i) for i in input().split()] print("Correct" if a + b == c else "Incorrect")