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