import strutils let D = stdin.readLine.parseInt D2 = D div 2 x = D2 div 2 echo x * (D2 - x)