#define _GLIBCXX_DEBUG #define ll long long #include using namespace std; using Graph = vector>; int main(){ ll L; cin >> L; L = (L-1)/2; ll ans = L*L; cout << ans << endl; }