#include #define rep(i,n) for(int i = 0; i < (n); i++) using namespace std; using ll = long long; using ld = long double; int main(){ cin.tie(0); ios::sync_with_stdio(0); ld L; cin >> L; cout << fixed << setprecision(20) << L * L * 0.0481125224324688137111 << endl; }