a,b,c=map(int,input().split())
print(["Incorrect","Correct"][a+b==c])