#include int main(void){ long l; scanf( "%ld", &l ); printf( "%ld", ( l - ( l / 2 ) - 1 ) * ( l - ( l / 2 ) - 1 ) ); }