#No.1822 Keima of Shogi N = int(input()) a = N // 2 + 1 ans = (a * (a + 1)) // 2 print(ans)