D = int(input()) h = D // 4 w = (D - 2 * h) // 2 print(h * w)