L=int(input()) c=0 for i in range(L): c+=((L+1)//2-(i+3)//2) print(c)