v = gets.split.map(&:to_i) puts v[0] + v[1] == v[2] ? "Correct" : "Incorrect"