let () = Scanf.scanf "%d\n" @@ fun n -> Printf.printf "%d\n" (if n mod 2 = 0 then n+1 else n)