#include typedef long long ll; int main() { ll L; std::cin >> L; std::cout << ((L-1)>>1)*((L-1)>>1) << std::endl; return 0; }