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