d=int(input()) d=d//2 if d%2==0: print((d//2)**2) else: print((d//2)*(d//2+1))