L = int(input()) aba = L // 2 bab = aba - 1 res = aba * (aba + 1) // 2 + bab * (bab + 1) // 2 print(res)