using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
int bt=3;
int BodyTravel = bt / 2 +Convert.ToInt(bt % 2 ?2:1 ) + 1;
Console.WriteLine(BodyTravel);
}