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