#include int main(void) { int d; scanf("%d", &d); if(d % 2 == 1){ d--; } printf("%d\n", d / 4 * (d / 2 - d / 4)); return 0; }