let args = stdin.ReadLine().Split(' ') let a = int args.[0] let b = int args.[1] printfn "%d" <| (a+b-1) / a