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