D = int(input()) x = D // 4 print((D // 2 - x) * x if x else 0)