a = gets.chomp puts a.gsub(/I|O|l|o/,"I" => "1","O" => "0","l" => "1","o" => "0")