#include using namespace std; typedef long long int ll; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int d; cin >> d; if(d%2)d--; cout << (d/2/2)*(d/2-d/2/2) << endl; }