let ``No.203 ゴールデン・ウィーク(1)``() = let w1 = stdin.ReadLine() let w2 = stdin.ReadLine() (w1 + w2).Split( 'x') |> Array.maxBy (fun x -> x.Length) |> fun s -> s.Length |> stdout.WriteLine () ``No.203 ゴールデン・ウィーク(1)``()