A, B, C = map(int, input().split()) print(['Correct', 'Incorrect'][A+B != C])