n = int(input()) m = (n+1) // 2 ans = m * (m+1) // 2 print("{}".format(ans))