import std.algorithm, std.conv, std.range, std.stdio, std.string; void main() { auto l = readln.chomp.to!long; writeln(((l - 1) / 2) ^^ 2); }