d = int(input()) half = d // 2 short = half // 2 area = short * (half - short) print(area)