A=int(input()) B=int(input()) C=int(input()) 0<=A,B<=100 0<=C<=200 if A+B==C : print( 'correct') else : print('incorrect')