i,j,k = map(int,input().split()) if k == i+j: print('Correct') else: print('Incorrect')