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