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