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