A, B, C = map(int, input().split())

print("Correct" if C == A + B else "Incorrect")