# -*- coding:utf-8 -*- import math if __name__ == '__main__': d = int(input()) a = int(d / 2) print(math.floor(a / 2) * math.ceil(a / 2))