A, B, C = map(int, input().split())
print('Correct' if A + B == C else 'Incorrect')