let inpt = Int(readLine()!)! let ans = (inpt / 2) * (inpt / 2) print(ans)