import Control.Applicative main = do [aw,ab]:[bw,bb]:[c,d]:_ <- map ((map (read::String->Int)) . words) <$> lines <$> getContents let t = if ab