N = int(input()) n = (N+1)//2 cnt = n*(n+1)//2 print(cnt)