let N = stdin.ReadLine() |> int let a1 = N / 2 let a2 = N - a1 (a1, a2) ||> printfn "%i %i"