a, b, c = gets.scanf("%d %d %d") puts a + b == c ? "Correct" : "Incorrect"