#include #include using namespace std; int main(){ long double n;cin>>n; cout << fixed << setprecision(10) << n*n*n*2.1816949906249123735 << endl; }