import sys input = sys.stdin.readline N=int(input()) x=N//2 ANS=0 print((1+x+1)*(x+1)//2)