N = int(input()) print(sum([N-i+1 for i in range(3,N+1,2)]))