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