a, b, c = gets.chomp.split.map { _1.to_i } puts a + b == c ? "Correct" : "Incorrect"