A,B,C = map(int,input().split()) print(("Inc","C")[A+B==C]+"orrect")