#include using namespace std; int D; int main(){ scanf("%d", &D); D /= 2; printf("%d\n", D / 2 * (D - D / 2)); return 0; }