let ``No.56 消費税`` () = let a = stdin.ReadLine().Split(' ') let D,P = int a.[0], int a.[1] printfn "%d" <| D+(D*P/100) ``No.56 消費税`` ()