# -*- coding: utf-8 -*- N = input() M = (N - 1) / 2 print M ** 2