fork download
  1. n=int(input())
  2. print(n+(n//2)+1)
Success #stdin #stdout 0.03s 25628KB
stdin
5
stdout
n=int(input())
print(n+(n//2)+1)