#include using namespace std; int d; int main(){ cin >> d; int a = d%4; cout << (d/4)*(d/4 + 1*(a > 1)) << endl; return 0; }