let genKao a b = sprintf "(%s%s%s)/" a b a let t1 = stdin.ReadLine() let t2 = stdin.ReadLine() genKao t1 t2 |> printfn "%s"