n = int(input()) m = n // 2 + 1 print((m + 1) * m // 2 if m > 0 else 1)