i = list(map(int,input().split())) sum = i[0] + i[1] if i[2] == sum: print("Correct") else: print("Incorrect")