main = do [s1, s2] <- map head . words <$> getLine putStr $ if s1 == 'S' then (if s2 == 'S' then "8/33" else "8/32") else "8/31"