a,b,c=list(map(int, input().split())) print("Correct" if a + b == c else "Incorrect")