n = int(input()) m = (n + 1) // 2 ans = (1 + m) * m // 2 print(ans)