N = int(input()) M = (N + 1) // 2 ans = (M * (M + 1)) // 2 print(ans)