n = int(input()) a = n // 2 b = n - a c = a + (a+1)*b print(c)