#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<fixed<<setprecision(2)<<n*n/4; return 0;}