open System [] let main argv = let n = Int32.Parse <| Console.ReadLine() do printfn "%d" ( match n with | 0 -> 1 | 1 -> 0 ) //exit 0