N = int(input()) print(1 if N % 2 != 0 else N //2 + 1)