#include #include #include using namespace std; int main() { int L; cin >> L; cout << 1LL * (L / 2) * (L / 2) << endl; return 0; }