N = int(input()) up = N//2 down = N - up print( (down + 1) * up + down )