main = getLine >>= putStrLn . map c01 where c01 c | c == 'I' || c == 'l' = '1' | c == 'O' || c == 'o' = '0' | otherwise = c