L = int(input()) cur = 3 order = int(L / 2) res = order ** 2 print(res)