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