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