a, b, c = read_line.split.map(&.to_i64) if a + b == c puts "Correct" else puts "Incorrect" end