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