#include using namespace std; int main() { int d; cin >> d; cout << d / 4 * (d / 2 - d / 4) << endl; }