#yuki1249 a,b,c = map(int,input().split()) if c==a+b: print('Correct') else: print('Incorrect')