A,B,C = map(int, input().split()) print('correct') if (A+B) == C else print('incorrect')