a,b,c=map(int,input().split()) print(["Inc","C"][a+b==c]+"orrect")