#!/usr/bin/python d = int(raw_input()) d /= 2 x = d / 2 y = (d + 1) / 2 print x * y