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