import sys input=lambda: sys.stdin.readline().rstrip() l=int(input()) print(((l-1)//2)**2)