let n = stdin.ReadLine() |> int if n / 2 % 2 = 1 then "First" else "Second" |> printfn "%s"