local n = io.read("*n") n = math.ceil(n / 2) n = 1LL * n n = n * (n + 1LL) / 2LL n = tostring(n):gsub("LL", "") print(n)