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