A,B,C=map(int,input().split()) print(['Incorrect','Correct'][A+B==C])