import sequtils, strutils, math, algorithm var l = readLine(stdin).parseBiggestInt echo (l div 2) * (l div 2)