import sys input = lambda: sys.stdin.readline().rstrip() # ----------------------- # n = int(input()) n //= 2 n += 1 print(n*(n+1) // 2)