import strutils let n = parseInt stdin.readLine x = n div 2 y = n - x echo x * y + n