A,B,C = map(int,input().split()) ans = A + B if C == ans: print("Correct") else:print("Incorrect")