puts read_line.split.map(&.to_i).any? { |v| v % 3 == 0 } ? "Yes" : "No"