import sequtils, strutils, math, algorithm var l = readLine(stdin).parseInt echo int(pow(floor(l / 2), 2))