#include using namespace std; int main(){ int D; cin >> D; D=D/2; int x=D/2; int y=D-x; cout << x*y << endl; }