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