import std.stdio, std.conv, std.string, std.range, std.math, std.algorithm; void main() { auto L = readln.strip.to!ulong; ((L / 2) ^^ 2).writeln; }