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