#include using namespace std; int main() { long long i; int L; cin >> L; i = L / 2; cout << i * i << endl; return 0; }