import sys input=lambda:sys.stdin.readline().rstrip() N=int(input()) print(((N+2)//4)*(N//4))