#include int main() { int in; std::cin >> in; std::cout << (((in - 1) / 2) * ((in - 1) / 2)) << std::endl; return 0; }