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