#include using namespace std; typedef long long ll; int main() { ll L; cin >> L; ll x = L / 2; cout << x * x << endl; }