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