#1249 #標準入力 A, B, C = map(int, input().split()) #分岐 if A + B == C: print('Correct') else: print('Incorrect')